Home
last modified time | relevance | path

Searched refs:get_task_graphics_footprint_compressed (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dtask.h1122 extern uint64_t get_task_graphics_footprint_compressed(task_t task);
H A Dbsd_kern.c746 get_task_graphics_footprint_compressed(task_t task) in get_task_graphics_footprint_compressed() function
/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c753 ledger_graphics_footprint_compressed = get_task_graphics_footprint_compressed(corpse_task); in populate_corpse_crashinfo()