Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:newtopsize

4863         size_t newtopsize = newsize - nb;
4866 newtop->head = newtopsize |PINUSE_BIT;
4868 m->topsize = newtopsize;