Lines Matching refs:Minimum
3287 " Minimum overhead per allocated chunk: 4 or 8 bytes\n" +
3291 " Minimum allocated size: 4-byte ptrs: 16 bytes (including 4 overhead)\n" +
3297 " free list pointers. Thus, the minimum allocatable size is\n" +
3301 " pointer to something of the minimum allocatable size.\n" +
3305 " to the minimum size, except for requests >= mmap_threshold that\n" +
3649 " MALLOC_ALIGNMENT is the minimum alignment for malloc'ed chunks.\n" +
3950 (" MMAP_AS_MORECORE_SIZE is the minimum mmap size argument to use if\n" +
4113 " If n is zero, malloc returns a minumum-sized chunk. (The minimum\n" +
4158 " as does chunk p up to the minimum of (n, p's size) bytes, or null\n" +
4173 " zero (re)allocates a minimum-sized chunk.\n" +
4402 " Equivalent to valloc(minimum-page-that-holds(n)), that is,\n" +
4439 " only the minimum amount of memory to maintain internal data\n" +
4460 " often not) due to alignment and minimum size constraints.\n" +
4556 " minimum. For example, in one test suite of sessions measuring\n" +
7525 " /* Otherwise, ensure that it is at least a minimum chunk size */\n" +