Home
last modified time | relevance | path

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

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