Searched refs:oldneighbor (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c759 Dblk oldneighbor; local
801 oldneighbor = nextblk(oldblk,oldsize);
836 if ( oldneighbor < (Dblk)_ubound ) {
844 oldneighborsize = oldneighbor->size;
845 if ( badblksize(oldneighbor, oldneighborsize) ) {
847 oldneighborsize, oldneighbor);
852 if (oldneighbor < freeblk) {
859 else if (oldneighbor > freeblk) {
866 else { /* oldneighbor == freeblk */
929 Dblk oldneighbor; local
[all...]

Completed in 58 milliseconds