Home
last modified time | relevance | path

Searched refs:newtop (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3838 mchunkptr newtop = chunk_plus_offset(oldp, nb); in internal_realloc() local
3840 newtop->head = newtopsize |PINUSE_BIT; in internal_realloc()
3841 m->top = newtop; in internal_realloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4434 mchunkptr newtop = chunk_plus_offset(oldp, nb); in internal_realloc() local
4436 newtop->head = newtopsize |PINUSE_BIT; in internal_realloc()
4437 m->top = newtop; in internal_realloc()