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

/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsd.h85 #define M_AUDIT_PIPE 6 macro
H A Daudit_pipe.c59 static MALLOC_DEFINE(M_AUDIT_PIPE, "audit_pipe", "Audit pipes");
574 ap = malloc(sizeof(*ap), M_AUDIT_PIPE, M_WAITOK | M_ZERO);
655 free(ap, M_AUDIT_PIPE);

Completed in 14 milliseconds