Searched refs:MALLOC_DEBUG_MAXZONES (Results 1 – 8 of 8) sorted by relevance
157 #ifndef MALLOC_DEBUG_MAXZONES158 #define MALLOC_DEBUG_MAXZONES 1 macro160 static int numzones = MALLOC_DEBUG_MAXZONES;175 uma_zone_t kz_zone[MALLOC_DEBUG_MAXZONES];244 #if defined(MALLOC_MAKE_FAILURES) || (MALLOC_DEBUG_MAXZONES > 1)304 #if MALLOC_DEBUG_MAXZONES > 1315 if (numzones > MALLOC_DEBUG_MAXZONES) in tunable_set_numzones()316 numzones = MALLOC_DEBUG_MAXZONES; in tunable_set_numzones()361 #elif MALLOC_DEBUG_MAXZONES == 01588 #if MALLOC_DEBUG_MAXZONES > 1
13 nooptions MALLOC_DEBUG_MAXZONES
16 nooptions MALLOC_DEBUG_MAXZONES
15 options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
628 MALLOC_DEBUG_MAXZONES opt_vm.h
454 # MALLOC_DEBUG_MAXZONES enables multiple uma zones for malloc(9)465 options MALLOC_DEBUG_MAXZONES=8