Home
last modified time | relevance | path

Searched refs:last_remainder (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/common/
Ddlmalloc.c528 #define last_remainder (bin_at(1)) /* remainder from last split */ macro
914 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 */
Ddlmalloc.src1257 * `last_remainder': A bin holding only the remainder of the
1423 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 …]