Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dkern_memorystatus.h286 #define JETSAM_REASON_MEMORY_PERPROCESSLIMIT 7 macro
310 …orystatusKilledPerProcessLimit = JETSAM_REASON_MEMORY_PERPROCESSLIMIT,
/xnu-8019.80.24/bsd/kern/
H A Dkern_exit.c418 if (p->p_exit_reason->osr_code == JETSAM_REASON_MEMORY_PERPROCESSLIMIT) { in proc_update_corpse_exception_codes()
H A Dkern_memorystatus.c4359 jetsam_reason = os_reason_create(OS_REASON_JETSAM, JETSAM_REASON_MEMORY_PERPROCESSLIMIT); in memorystatus_on_ledger_footprint_exceeded()