Searched refs:resident_max (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 1098 uint64_t resident_max = 0;/* MB */ in vm_pressure_select_optimal_candidate_to_notify() local 1228 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) { in vm_pressure_select_optimal_candidate_to_notify() 1240 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) { in vm_pressure_select_optimal_candidate_to_notify() 1256 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) { in vm_pressure_select_optimal_candidate_to_notify() 1262 resident_max = resident_size; in vm_pressure_select_optimal_candidate_to_notify() 1276 …nt, VM_PRESSURE_EVENT, DBG_FUNC_NONE, proc_getpid(knote_get_kq(kn_max)->kq_p), resident_max, 0, 0); in vm_pressure_select_optimal_candidate_to_notify() 1277 …ding event to pid %d with %llu resident\n", proc_getpid(knote_get_kq(kn_max)->kq_p), resident_max); in vm_pressure_select_optimal_candidate_to_notify()
|
| /xnu-8020.140.41/tools/lldbmacros/ |
| H A D | memory.py | 1593 vmstats.resident_max = 0 1632 …vmstats.resident_max = GetLedgerEntryWithTemplate(ledger_template, task_ledgerp, entry_indices['ph…
|