MALLOC_DEBUG_MAXZONES
#ifndef MALLOC_DEBUG_MAXZONES
static int numzones = MALLOC_DEBUG_MAXZONES;
#if MALLOC_DEBUG_MAXZONES > 1
uma_zone_t kz_zone[MALLOC_DEBUG_MAXZONES];
#if defined(MALLOC_MAKE_FAILURES) || (MALLOC_DEBUG_MAXZONES > 1)
#if MALLOC_DEBUG_MAXZONES > 1
if (numzones > MALLOC_DEBUG_MAXZONES)
numzones = MALLOC_DEBUG_MAXZONES;
#elif MALLOC_DEBUG_MAXZONES == 0