Searched defs:S_CACHE (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h332 #define S_CACHE 6 /* # of types of small blocks to be cached */ macro
334 #define MAXCACHE (S_CACHE*ALIGN + TINYSIZE)
335 #define C_INDEX(s) (s < MAXCACHE ? INDEX(s) : S_CACHE)
349 Block_t* cache[S_CACHE+1]; /* delayed free blocks */

Completed in 18 milliseconds