Searched refs:DELFREEQ (Results 1 – 2 of 2) sorted by relevance
479 DELFREEQ(next); in malloc_unlocked()587 DELFREEQ(blk); in malloc_unlocked()593 DELFREEQ(blk); in malloc_unlocked()704 DELFREEQ(next); in free_unlocked()785 DELFREEQ(blk); in realloc_unlocked()792 DELFREEQ(next); in realloc_unlocked()
124 #define DELFREEQ(x) (x)->prevfree->nextfree = (x)->nextfree;\ macro