Searched refs:M_PSTATS (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h135 #define M_PSTATS 42 /* pstats proc sub-structures */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1063 FREE_ZONE(p->p_stats, sizeof *p->p_stats, M_PSTATS);
1103 sizeof *child_proc->p_stats, M_PSTATS, M_WAITOK);
1114 FREE_ZONE(child_proc->p_stats, sizeof *child_proc->p_stats, M_PSTATS);
1124 FREE_ZONE(child_proc->p_stats, sizeof *child_proc->p_stats, M_PSTATS);
H A Dkern_exit.c779 FREE_ZONE(p->p_stats, sizeof *p->p_stats, M_PSTATS);
1924 FREE_ZONE(p->p_stats, sizeof *p->p_stats, M_PSTATS);

Completed in 23 milliseconds