Searched refs:MALLOC_DEBUG_MAXZONES (Results 1 – 3 of 3) sorted by relevance
149 #ifndef MALLOC_DEBUG_MAXZONES150 #define MALLOC_DEBUG_MAXZONES 1 macro152 static int numzones = MALLOC_DEBUG_MAXZONES;167 uma_zone_t kz_zone[MALLOC_DEBUG_MAXZONES];236 #if defined(MALLOC_MAKE_FAILURES) || (MALLOC_DEBUG_MAXZONES > 1)296 #if MALLOC_DEBUG_MAXZONES > 1307 if (numzones > MALLOC_DEBUG_MAXZONES) in tunable_set_numzones()308 numzones = MALLOC_DEBUG_MAXZONES; in tunable_set_numzones()353 #elif MALLOC_DEBUG_MAXZONES == 01481 #if MALLOC_DEBUG_MAXZONES > 1
107 #options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
101 options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones