Searched refs:newtop (Results 1 – 2 of 2) sorted by relevance
3838 mchunkptr newtop = chunk_plus_offset(oldp, nb); in internal_realloc() local3840 newtop->head = newtopsize |PINUSE_BIT; in internal_realloc()3841 m->top = newtop; in internal_realloc()
4434 mchunkptr newtop = chunk_plus_offset(oldp, nb); in internal_realloc() local4436 newtop->head = newtopsize |PINUSE_BIT; in internal_realloc()4437 m->top = newtop; in internal_realloc()