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

/osnet-11/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c75 * nextf[i] is the pointer to the next free block of size 2^(i+EXP).
80 #define EXP 4 macro
83 #define EXP 3 macro
128 amt = (1UL << EXP);
141 amt = (1UL << EXP); /* size of first bucket */
181 sz = 1UL << (bucket + EXP);
299 onb = 1UL << (i + EXP);
308 sz = 1UL << (i + EXP - 1);

Completed in 16 milliseconds