Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_malloc.c149 #ifndef MALLOC_DEBUG_MAXZONES
150 #define MALLOC_DEBUG_MAXZONES 1 macro
152 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 > 1
307 if (numzones > MALLOC_DEBUG_MAXZONES) in tunable_set_numzones()
308 numzones = MALLOC_DEBUG_MAXZONES; in tunable_set_numzones()
353 #elif MALLOC_DEBUG_MAXZONES == 0
1481 #if MALLOC_DEBUG_MAXZONES > 1
/f-stack/freebsd/mips/conf/
H A DERL107 #options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
H A DOCTEON1101 options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones