Searched refs:oldneighbor (Results 1 – 1 of 1) sorted by relevance
759 Dblk oldneighbor; in realloc() local801 oldneighbor = nextblk(oldblk,oldsize); in realloc()836 if ( oldneighbor < (Dblk)_ubound ) { in realloc()844 oldneighborsize = oldneighbor->size; in realloc()845 if ( badblksize(oldneighbor, oldneighborsize) ) { in realloc()847 oldneighborsize, oldneighbor); in realloc()852 if (oldneighbor < freeblk) { in realloc()859 else if (oldneighbor > freeblk) { in realloc()929 Dblk oldneighbor; in reclaim() local943 oldneighbor = nextblk(oldblk, oldsize); in reclaim()[all …]