Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c1519 INTERNAL_SIZE_T nextsz; /* its size */ local
1549 nextsz = chunksize(next);
1553 sz += nextsz;
1570 set_head(next, nextsz); /* clear inuse bit */
1586 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1588 sz += nextsz;
H A Ddlmalloc.src2373 INTERNAL_SIZE_T nextsz; /* its size */
2397 nextsz = chunksize(next);
2401 sz += nextsz;
2418 set_head(next, nextsz); /* clear inuse bit */
2434 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
2436 sz += nextsz;