Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c239 #define CACHE_CHUNKS 32 macro
1289 if (count > CACHE_CHUNKS) in _slaballoc()
1290 count = CACHE_CHUNKS; in _slaballoc()