Home
last modified time | relevance | path

Searched refs:MALLOC_DEBUG_MAXZONES (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/kern/
Dkern_malloc.c135 #ifndef MALLOC_DEBUG_MAXZONES
136 #define MALLOC_DEBUG_MAXZONES 1 macro
138 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 > 1
286 if (numzones > MALLOC_DEBUG_MAXZONES) in tunable_set_numzones()
287 numzones = MALLOC_DEBUG_MAXZONES; in tunable_set_numzones()
332 #elif MALLOC_DEBUG_MAXZONES == 0
1328 #if MALLOC_DEBUG_MAXZONES > 1
/freebsd-12-stable/tools/tools/nanobsd/rescue/
DR3214 nooptions MALLOC_DEBUG_MAXZONES
DR6414 nooptions MALLOC_DEBUG_MAXZONES
/freebsd-12-stable/sys/mips/conf/
DERL104 #options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
DOCTEON1101 options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
/freebsd-12-stable/sys/conf/
Doptions631 MALLOC_DEBUG_MAXZONES opt_vm.h
DNOTES452 # MALLOC_DEBUG_MAXZONES enables multiple uma zones for malloc(9)
463 options MALLOC_DEBUG_MAXZONES=8