Searched refs:MEMORYSTATUS_LOG_AVAILABLE_PAGES (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_memorystatus.c | 873 #define MEMORYSTATUS_LOG_AVAILABLE_PAGES memorystatus_available_pages macro 875 #define MEMORYSTATUS_LOG_AVAILABLE_PAGES (vm_page_active_count + vm_page_inactive_count + vm_page_f… macro 1688 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_do_kill() 3811 …kJetsamHighRelaunchCandidatesThreshold, (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, (uint64_t)memo… in memorystatus_aggressive_jetsam_needed_sysproc_aging() 4111 …MEMORYSTATUS_LOG_AVAILABLE_PAGES, memorystatus_jld_enabled, memorystatus_jld_eval_period_msecs, me… in memorystatus_thread() 4241 …tatus_jetsam_thread: no victim! available pages:%llu", (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_thread() 4292 MEMORYSTATUS_LOG_AVAILABLE_PAGES, total_memory_reclaimed, 0, 0, 0); in memorystatus_thread() 4559 footprint_of_killed_proc >> 10, (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_kill_specific_process() 5663 …(*footprint_of_killed_proc) >> 10, (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, vm_compressor_pool_… in memorystatus_kill_proc() 5688 MEMORYSTATUS_LOG_AVAILABLE_PAGES, 0, 0, 0, 0); in memorystatus_kill_top_process() [all …]
|