Searched refs:memorystatus_warn_process (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/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-8796.141.3/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 495 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 | 4237 …if (memorystatus_warn_process(p, memlimit_is_active, memlimit_is_fatal, FALSE /* not exceeded */) … in memorystatus_on_ledger_footprint_exceeded() 4276 (void)memorystatus_warn_process(p, memlimit_is_active, memlimit_is_fatal, TRUE /* exceeded */); in memorystatus_on_ledger_footprint_exceeded()
|