Searched refs:arenaend (Results 1 – 1 of 1) sorted by relevance
130 static struct header *arenaend; /* ptr to block marking high end of arena */ variable319 lastblk = arenaend = &(arena[1]); in malloc_unlocked()487 if (next >= arenaend) in malloc_unlocked()514 (struct header *)((char *)arenaend + HEADSZ)) { in malloc_unlocked()542 arenaend->nextblk = SETBUSY(newblk); in malloc_unlocked()544 arenaend = newend; in malloc_unlocked()561 (struct header *)((char *)arenaend+nget); in malloc_unlocked()563 arenaend->nextblk = newend; in malloc_unlocked()564 lastblk = blk = arenaend; in malloc_unlocked()565 arenaend = newend; in malloc_unlocked()[all …]