Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h186 #define FASTCT 6 /* number of blocks that can be allocated quickly */ macro
190 #define MAXFAST ALIGNSZ*FASTCT
H A Dmalloc.c143 static int fastct = FASTCT;
1158 fastct = FASTCT; in rstalloc()