Home
last modified time | relevance | path

Searched refs:memorystatus_get_task_page_counts (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/kern/
H A Dkern_memorystatus_policy.c465 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_is_process_eligible_for_freeze()
H A Dkern_memorystatus.c1172 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_sort_by_largest_process_locked()
1180 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_sort_by_largest_process_locked()
3330 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_on_suspend()
4729 memorystatus_get_task_page_counts(task_t task, uint32_t *footprint, uint32_t *max_footprint_lifetim… in memorystatus_get_task_page_counts() function
4931 memorystatus_get_task_page_counts(proc_task(p), &pages, &max_pages_lifetime, &purgeable_pages); in memorystatus_update_jetsam_snapshot_entry_locked()
5143 memorystatus_get_task_page_counts(proc_task(p), &pages, &max_pages_lifetime, &purgeable_pages); in memorystatus_init_jetsam_snapshot_entry_locked()
H A Dkern_memorystatus_freeze.c945 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_freezer_get_status()
/xnu-8796.141.3/bsd/sys/
H A Dkern_memorystatus.h678 void memorystatus_get_task_page_counts(task_t task, uint32_t *footprint, uint32_t *max_footprint_li…