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

/osnet-11/usr/src/lib/libmalloc/common/
H A Dmalloc.c143 static unsigned int maxfast = MAXFAST; variable
328 if (nbytes <= maxfast && !nosmall) {
350 * temporarily alter maxfast, to avoid
353 maxfast = 0;
362 maxfast = fastct * grain;
865 * M_MXFAST Set maxfast to value. Maxfast is the size of the
874 * smaller than maxfast are considered to be rounded
908 maxfast = grain*fastct;
927 fastct = (maxfast + grain - 1) / grain;
928 maxfast
[all...]

Completed in 43 milliseconds