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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.c82 typedef struct au_malloc_debug_info au_malloc_debug_info_t; typedef in typeref:struct:au_malloc_debug_info
94 (NUM_MALLOC_TYPES * sizeof(au_malloc_debug_info_t))
109 au_malloc_debug_info_t *amdi_ptr, *nxt_ptr;
131 amdi_ptr = (au_malloc_debug_info_t *)kalloc(AU_MALLOC_DBINFO_SZ);
157 sz += sizeof(au_malloc_debug_info_t);

Completed in 13 milliseconds