Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmclear.c53 for(s = 0; s < S_TINY; ++s)
H A Dvmhdr.h288 #define S_TINY 1 /* # of tiny blocks */ macro
289 #define MAXTINY (S_TINY*ALIGN + TINYSIZE)
314 Block_t* tiny[S_TINY]; /* small blocks */
H A Dvmopen.c123 for(k = S_TINY-1; k >= 0; --k)