Home | History | Annotate | Download | only in dlmalloc

Lines Matching full:newmmsize

3886     size_t newmmsize = mmap_align(nb + SIX_SIZE_T_SIZES + CHUNK_ALIGN_MASK);
3888 oldmmsize, newmmsize, flags);
3891 size_t psize = newmmsize - offset - MMAP_FOOT_PAD;
3899 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint)