Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c144 static unsigned int maxfast = MAXFAST; variable
329 if (nbytes <= maxfast && !nosmall) { in malloc_unlocked()
354 maxfast = 0; in malloc_unlocked()
363 maxfast = fastct * grain; in malloc_unlocked()
918 maxfast = grain*fastct; in mallopt()
937 fastct = (maxfast + grain - 1) / grain; in mallopt()
938 maxfast = grain * fastct; in mallopt()
1159 maxfast = MAXFAST; in rstalloc()