Lines Matching refs:nextfree
162 p = p->nextfree; in checkq()
163 assert(p->prevfree->nextfree == p); in checkq()
170 assert(p->nextfree->prevfree == p); in checkq()
315 if (freeptr[0].nextfree == GROUND) { in malloc_unlocked()
321 freeptr[0].nextfree = &(freeptr[1]); in malloc_unlocked()
397 CLRSMAL(lblk->header.nextfree)) == in malloc_unlocked()
474 blk = blk->nextfree; in malloc_unlocked()
598 nblk = blk->nextfree; in malloc_unlocked()
673 lblk->header.nextfree = SETSMAL(holdblk->lfreeq); in free_unlocked()
977 if (freeptr[0].nextfree == GROUND) { in mallinfo()
1058 lblk = CLRSMAL(lblk->header.nextfree); in freespace()
1102 if (freeptr[0].nextfree == GROUND) { in check_arena()
1119 assert(blk->nextfree >= freeptr); in check_arena()
1121 assert(blk->nextfree <= lastblk); in check_arena()
1123 assert(((uintptr_t)((struct header *)blk->nextfree) & in check_arena()
1161 if (freeptr[0].nextfree == GROUND) { in rstalloc()
1166 freeptr[0].nextfree = GROUND; in rstalloc()