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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.c84 au_malloc_type_t *audit_malloc_types[NUM_MALLOC_TYPES];
94 (NUM_MALLOC_TYPES * sizeof(au_malloc_debug_info_t))
141 for(i = 0; i < NUM_MALLOC_TYPES; i++) {
202 if (type != NULL && type->mt_type < NUM_MALLOC_TYPES) {
H A Daudit_bsd.h91 #define NUM_MALLOC_TYPES 11 macro
129 { 0, 0, 0, 0, (type < NUM_MALLOC_TYPES) ? type :\

Completed in 12 milliseconds