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

/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h202 #define M_LCTX 107 /* process login context */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c1553 MALLOC(l, struct lctx *, sizeof(struct lctx), M_LCTX, M_WAITOK|M_ZERO);
1626 FREE(l, M_LCTX);

Completed in 23 milliseconds