Searched refs:get_task_phys_footprint (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dvm_pressure.c535 resident_size = (get_task_phys_footprint(t))/(1024*1024ULL); //(MB);
H A Dkern_memorystatus.c2100 *footprint = (uint32_t)(get_task_phys_footprint(task) / PAGE_SIZE_64);
2523 footprint = (uint32_t)(get_task_phys_footprint(p->task) / (1024 * 1024));
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtask.h546 extern uint64_t get_task_phys_footprint(task_t);
H A Dbsd_kern.c374 uint64_t get_task_phys_footprint(task_t task) function
H A Dtask.c1194 task_page_count = (get_task_phys_footprint(task) / PAGE_SIZE_64);

Completed in 92 milliseconds