Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c906 static int memorystatus_sort_bucket(unsigned int bucket_index, int sort_order);
1598 memorystatus_sort_bucket(unsigned int bucket_index, int sort_order) in memorystatus_sort_bucket() function
5914 (void)memorystatus_sort_bucket(JETSAM_PRIORITY_FOREGROUND, JETSAM_SORT_DEFAULT); in memorystatus_kill_top_process()
5932 (void)memorystatus_sort_bucket(JETSAM_PRIORITY_IDLE, JETSAM_SORT_DEFAULT); in memorystatus_kill_top_process()
6139 memorystatus_sort_bucket(JETSAM_PRIORITY_FOREGROUND, JETSAM_SORT_DEFAULT); in memorystatus_kill_processes_aggressive()