Searched refs:M_ZOMBIE (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h101 #define M_ZOMBIE 8 /* zombie proc status */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c518 sizeof (*p->p_ru), M_ZOMBIE, M_WAITOK);
1025 FREE_ZONE(child->p_ru, sizeof *child->p_ru, M_ZOMBIE);
1710 sizeof (*p->p_ru), M_ZOMBIE, M_WAITOK);

Completed in 22 milliseconds