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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallopt.c58 __mallinfo.grain = roundup(value, ALIGNSIZ);
69 __mallinfo.mxfast = roundup(__mallinfo.mxfast, __mallinfo.grain);
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dmalloc.h61 int grain; /* small block rounding factor */ member in struct:mallinfo
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmalloc.h60 int grain; /* small block rounding factor */ member in struct:mallinfo
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c147 static int grain = ALIGNSZ; variable
345 * is just ->blksz/grain, with the first
363 maxfast = fastct * grain;
369 * round up to nearest multiple of grain
370 * code assumes grain is a multiple of MINHEAD
372 /* round up to grain */
373 nb = (nbytes + grain - 1) / grain * grain;
374 holdblk = holdhead[nb / grain];
[all...]

Completed in 87 milliseconds