Searched refs:MALLOC_DEBUG_MAXZONES (Results 1 – 7 of 7) sorted by relevance
135 #ifndef MALLOC_DEBUG_MAXZONES136 #define MALLOC_DEBUG_MAXZONES 1 macro138 static int numzones = MALLOC_DEBUG_MAXZONES;151 uma_zone_t kz_zone[MALLOC_DEBUG_MAXZONES];228 #if defined(MALLOC_MAKE_FAILURES) || (MALLOC_DEBUG_MAXZONES > 1)275 #if MALLOC_DEBUG_MAXZONES > 1286 if (numzones > MALLOC_DEBUG_MAXZONES) in tunable_set_numzones()287 numzones = MALLOC_DEBUG_MAXZONES; in tunable_set_numzones()332 #elif MALLOC_DEBUG_MAXZONES == 01328 #if MALLOC_DEBUG_MAXZONES > 1
14 nooptions MALLOC_DEBUG_MAXZONES
104 #options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
101 options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
631 MALLOC_DEBUG_MAXZONES opt_vm.h
452 # MALLOC_DEBUG_MAXZONES enables multiple uma zones for malloc(9)463 options MALLOC_DEBUG_MAXZONES=8