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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h109 #define M_CRED 16 /* credentials */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c3658 MALLOC_ZONE(newcred, kauth_cred_t, sizeof(*newcred), M_CRED, M_WAITOK);
3807 FREE_ZONE(new_cred, sizeof(*new_cred), M_CRED);
4754 FREE_ZONE(*credp, sizeof(*(*credp)), M_CRED);
4937 FREE_ZONE(newcred, sizeof(*newcred), M_CRED);
5018 FREE_ZONE(old_cred, sizeof(*old_cred), M_CRED);
5041 FREE_ZONE(new_cred, sizeof(*new_cred), M_CRED);

Completed in 126 milliseconds