Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dslaballoc.h51 #define ZALLOC_ZONE_LIMIT (16 * 1024) /* max slab-managed alloc */ macro
59 #if ZALLOC_ZONE_LIMIT == 16384
61 #elif ZALLOC_ZONE_LIMIT == 32768
/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c159 #define ZALLOC_ZONE_LIMIT (16 * 1024) /* max slab-managed alloc */ macro
163 #if ZALLOC_ZONE_LIMIT == 16384
165 #elif ZALLOC_ZONE_LIMIT == 32768
337 static const int ZoneLimit = ZALLOC_ZONE_LIMIT;
754 #if ZALLOC_ZONE_LIMIT > 8192 in zoneindex()
761 #if ZALLOC_ZONE_LIMIT > 16384 in zoneindex()
/dragonfly/sys/kern/
H A Dkern_slaballoc.c306 if (ZoneLimit > ZALLOC_ZONE_LIMIT) in kmeminit()
307 ZoneLimit = ZALLOC_ZONE_LIMIT; in kmeminit()
677 #if ZALLOC_ZONE_LIMIT > 8192 in zoneindex()
684 #if ZALLOC_ZONE_LIMIT > 16384 in zoneindex()