Searched refs:memorystatus_warn_process (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | kern_memorystatus_notify.h | 42 boolean_t memorystatus_warn_process(const proc_t p, __unused boolean_t is_active, __unused boolean_…
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 494 memorystatus_warn_process(const proc_t p, __unused boolean_t is_active, __unused boolean_t is_fatal… in memorystatus_warn_process() function
|
| H A D | kern_memorystatus.c | 4346 …if (memorystatus_warn_process(p, memlimit_is_active, memlimit_is_fatal, FALSE /* not exceeded */) … in memorystatus_on_ledger_footprint_exceeded() 4383 (void)memorystatus_warn_process(p, memlimit_is_active, memlimit_is_fatal, TRUE /* exceeded */); in memorystatus_on_ledger_footprint_exceeded()
|