Searched refs:memorystatus_warn_process (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | kern_memorystatus_notify.h | 44 boolean_t memorystatus_warn_process(const proc_t p, boolean_t is_active,
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 473 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 | 5108 …if (memorystatus_warn_process(p, memlimit_is_active, memlimit_is_fatal, FALSE /* not exceeded */) … in memorystatus_on_ledger_footprint_exceeded() 5148 (void)memorystatus_warn_process(p, memlimit_is_active, memlimit_is_fatal, TRUE /* exceeded */); in memorystatus_on_ledger_footprint_exceeded()
|