Searched refs:last_remainder (Results 1 – 2 of 2) sorted by relevance
528 #define last_remainder (bin_at(1)) /* remainder from last split */ macro914 last_remainder->fd = last_remainder->bk = P; \915 P->fd = P->bk = last_remainder; \921 (last_remainder->fd = last_remainder->bk = last_remainder)1332 if ( (victim = last_remainder->fd) != last_remainder)1580 if (p->fd == last_remainder) /* keep as last_remainder */1590 if (!islr && next->fd == last_remainder) /* re-insert last_remainder */
1257 * `last_remainder': A bin holding only the remainder of the1423 The special chunks `top' and `last_remainder' get their own bins,1447 #define last_remainder (bin_at(1)) /* remainder from last split */1779 last_remainder->fd = last_remainder->bk = P; \1780 P->fd = P->bk = last_remainder; \1783 /* Clear the last_remainder bin */1786 (last_remainder->fd = last_remainder->bk = last_remainder)2186 if ( (victim = last_remainder->fd) != last_remainder)2357 consolidating with the current `last_remainder').2377 int islr; /* track whether merging with last_remainder */[all …]