Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_malloc.c157 #ifndef MALLOC_DEBUG_MAXZONES
158 #define MALLOC_DEBUG_MAXZONES 1 macro
160 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 > 1
315 if (numzones > MALLOC_DEBUG_MAXZONES) in tunable_set_numzones()
316 numzones = MALLOC_DEBUG_MAXZONES; in tunable_set_numzones()
361 #elif MALLOC_DEBUG_MAXZONES == 0
1588 #if MALLOC_DEBUG_MAXZONES > 1
/freebsd/tools/tools/nanobsd/rescue/
H A DR6413 nooptions MALLOC_DEBUG_MAXZONES
/freebsd/sys/conf/
H A Dstd.nodebug16 nooptions MALLOC_DEBUG_MAXZONES
H A Dstd.debug15 options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
H A Doptions628 MALLOC_DEBUG_MAXZONES opt_vm.h
H A DNOTES454 # MALLOC_DEBUG_MAXZONES enables multiple uma zones for malloc(9)
465 options MALLOC_DEBUG_MAXZONES=8
/freebsd/sys/arm/conf/
H A Dstd.armv6
H A Dstd.armv7