Lines Matching defs:unit
64 mmap unit); typically 4096 or 8192 bytes.
451 The unit for allocating and deallocating memory from the system. On
4104 not on boundary, and round this up to a granularity unit.
4327 size_t unit = mparams.granularity;
4328 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) / unit -
4329 SIZE_T_ONE) * unit;
4348 extra = (HALF_MAX_SIZE_T) + SIZE_T_ONE - unit;