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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.h165 #define free(ad, tp) _audit_free(ad, audit_##tp)
166 void _audit_free(void *addr, au_malloc_type_t *type);
H A Daudit_bsd.c219 _audit_free(void *addr, au_malloc_type_t *type) function
221 _audit_free(void *addr, __unused au_malloc_type_t *type)
231 ("_audit_free(): hdr->mh_magic != AUDIT_MHMAGIC"));

Completed in 47 milliseconds