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

/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsd.h125 typedef struct au_malloc_type au_malloc_type_t; typedef in typeref:struct:au_malloc_type
128 au_malloc_type_t audit_##type[1] = { \
133 extern au_malloc_type_t *audit_malloc_types[];
141 typedef struct au_malloc_type au_malloc_type_t; typedef in typeref:struct:au_malloc_type
144 au_malloc_type_t audit_##type[1] = { \
154 extern au_malloc_type_t audit_##type[]
158 void *_audit_malloc(size_t size, au_malloc_type_t *type, int flags,
162 void *_audit_malloc(size_t size, au_malloc_type_t *type, int flags);
166 void _audit_free(void *addr, au_malloc_type_t *type);
H A Daudit_bsd.c57 au_malloc_type_t *mh_type;
84 au_malloc_type_t *audit_malloc_types[NUM_MALLOC_TYPES];
177 _audit_malloc(size_t size, au_malloc_type_t *type, int flags, const char *fn)
179 _audit_malloc(size_t size, au_malloc_type_t *type, int flags)
219 _audit_free(void *addr, au_malloc_type_t *type)
221 _audit_free(void *addr, __unused au_malloc_type_t *type)

Completed in 17 milliseconds