Searched refs:memorystatus_get_task_page_counts (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | kern_memorystatus.h | 662 void memorystatus_get_task_page_counts(task_t task, uint32_t *footprint, uint32_t *max_footprint_li…
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_memorystatus.c | 1274 memorystatus_get_task_page_counts(p->task, &pages, NULL, NULL); in memorystatus_sort_by_largest_process_locked() 1282 memorystatus_get_task_page_counts(p->task, &pages, NULL, NULL); in memorystatus_sort_by_largest_process_locked() 3418 memorystatus_get_task_page_counts(p->task, &pages, NULL, NULL); in memorystatus_on_suspend() 4804 memorystatus_get_task_page_counts(task_t task, uint32_t *footprint, uint32_t *max_footprint_lifetim… in memorystatus_get_task_page_counts() function 5006 memorystatus_get_task_page_counts(p->task, &pages, &max_pages_lifetime, &purgeable_pages); in memorystatus_update_jetsam_snapshot_entry_locked() 5217 memorystatus_get_task_page_counts(p->task, &pages, &max_pages_lifetime, &purgeable_pages); in memorystatus_init_jetsam_snapshot_entry_locked()
|
| H A D | kern_memorystatus_freeze.c | 957 memorystatus_get_task_page_counts(p->task, &pages, NULL, NULL); in memorystatus_freezer_get_status() 1728 memorystatus_get_task_page_counts(p->task, &pages, NULL, NULL); in memorystatus_is_process_eligible_for_freeze()
|