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

/osnet-11/usr/src/lib/libmalloc/common/
H A Dmalloc.c130 static struct header *lastblk; /* the highest block in the arena */ variable in typeref:struct:header
318 lastblk = arenaend = &(arena[1]);
483 * next will be at most == to lastblk,
487 lastblk = blk;
544 lastblk = newblk;
546 } else if (TESTBUSY(lastblk->nextblk)) {
563 lastblk = blk = arenaend;
573 ((char *)arenaend - (char *)lastblk);
582 arenaend = lastblk->nextblk = newend;
585 blk = lastblk;
[all...]

Completed in 22 milliseconds