Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dbsd_kern.c747 get_task_graphics_footprint_compressed(task_t task) in get_task_graphics_footprint_compressed() function
H A Dtask.h1124 extern uint64_t get_task_graphics_footprint_compressed(task_t task);
/xnu-11417.140.69/bsd/kern/
H A Dkern_exit.c752 ledger_graphics_footprint_compressed = get_task_graphics_footprint_compressed(corpse_task); in populate_corpse_crashinfo()