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) {
351 * temporarily alter maxfast, to avoid
354 maxfast = 0;
363 maxfast = fastct * grain;
875 * M_MXFAST Set maxfast to value. Maxfast is the size of the
884 * smaller than maxfast are considered to be rounded
918 maxfast = grain*fastct;
937 fastct = (maxfast + grain - 1) / grain;
938 maxfast
[all...]

Completed in 59 milliseconds