Searched refs:maxfast (Results 1 – 1 of 1) sorted by relevance
144 static unsigned int maxfast = MAXFAST; variable329 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()