Searched refs:grain (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libmalloc/common/
H A Dmalloc.c146 static int grain = ALIGNSZ; variable
344 * is just ->blksz/grain, with the first
362 maxfast = fastct * grain;
368 * round up to nearest multiple of grain
369 * code assumes grain is a multiple of MINHEAD
371 /* round up to grain */
372 nb = (nbytes + grain - 1) / grain * grain;
373 holdblk = holdhead[nb / grain];
[all...]

Completed in 21 milliseconds