Home | History | Annotate | Download | only in src

Lines Matching refs:extra

60        The maximum overhead wastage (i.e., number of extra bytes
232 If true, provide extra checking and dispatching by placing
1854 would be possible to index these, but is not worth the extra
3601 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) / unit -
3608 sp->size >= extra &&
3610 size_t newsize = sp->size - extra;
3613 (CALL_MUNMAP(sp->base + newsize, extra) == 0)) {
3614 released = extra;
3619 if (extra >= HALF_MAX_SIZE_T) /* Avoid wrapping negative */
3620 extra = (HALF_MAX_SIZE_T) + SIZE_T_ONE - unit;
3626 char* rel_br = (char*)(CALL_MORECORE(-extra));
3782 void* extra = 0;
3798 extra = chunk2mem(remainder);
3822 if (extra != 0) {
3823 internal_free(m, extra);