Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dtask.h1121 extern uint64_t get_task_graphics_footprint(task_t task);
H A Dbsd_kern.c731 get_task_graphics_footprint(task_t task) in get_task_graphics_footprint() function
/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c748 ledger_graphics_footprint = get_task_graphics_footprint(corpse_task); in populate_corpse_crashinfo()