Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/ !
H A Dkern_memorystatus.h291 #define JETSAM_REASON_MEMORY_PERPROCESSLIMIT 7 macro
315 …orystatusKilledPerProcessLimit = JETSAM_REASON_MEMORY_PERPROCESSLIMIT,
/xnu-10002.1.13/doc/memorystatus/ !
H A Dkill.md26 | `JETSAM_REASON_MEMORY_PERPROCESSLIMIT` | N/A | thread that went over the process' memory limit | …
/xnu-10002.1.13/bsd/kern/ !
H A Dkern_exit.c448 if (p->p_exit_reason->osr_code == JETSAM_REASON_MEMORY_PERPROCESSLIMIT) { in proc_update_corpse_exception_codes()
H A Dkern_memorystatus.c4334 jetsam_reason = os_reason_create(OS_REASON_JETSAM, JETSAM_REASON_MEMORY_PERPROCESSLIMIT); in memorystatus_on_ledger_footprint_exceeded()