Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:nextsize

4888       size_t nextsize = chunksize(next);
4889 if (oldsize + nextsize >= nb) {
4890 size_t rsize = oldsize + nextsize - nb;
4891 unlink_chunk(m, next, nextsize);
4893 size_t newsize = oldsize + nextsize;