Home | History | Annotate | Download | only in stdlib

Lines Matching refs:extra

96        The maximum overhead wastage (i.e., number of extra bytes
268 If true, provide extra checking and dispatching by placing
1900 would be possible to index these, but is not worth the extra
3611 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) / unit -
3618 sp->size >= extra &&
3620 size_t newsize = sp->size - extra;
3623 (CALL_MUNMAP(sp->base + newsize, extra) == 0)) {
3624 released = extra;
3629 if (extra >= HALF_MAX_SIZE_T) /* Avoid wrapping negative */
3630 extra = (HALF_MAX_SIZE_T) + SIZE_T_ONE - unit;
3636 char* rel_br = (char*)(CALL_MORECORE(-extra));
3792 void* extra = 0;
3808 extra = chunk2mem(remainder);
3832 if (extra != 0) {
3833 internal_free(m, extra);