Searched refs:maxfb (Results 1 – 2 of 2) sorted by relevance
4713 mfastbinptr* maxfb; /* last fastbin (for loop control) */ in malloc_consolidate() local4738 maxfb = &fastbin (av, NFASTBINS - 1); in malloc_consolidate()4804 } while (fb++ != maxfb); in malloc_consolidate()
13611 * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last