Home
last modified time | relevance | path

Searched refs:memorystatus_warn_process (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dkern_memorystatus_notify.h42 boolean_t memorystatus_warn_process(const proc_t p, __unused boolean_t is_active, __unused boolean_…
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_notify.c494 memorystatus_warn_process(const proc_t p, __unused boolean_t is_active, __unused boolean_t is_fatal… in memorystatus_warn_process() function
H A Dkern_memorystatus.c4346 …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()