Searched refs:av_ (Results 1 - 1 of 1) sorted by relevance

/u-boot/common/
H A Ddlmalloc.c508 The bins, `av_' are an array of pairs of pointers serving as the
516 spaced. (See the table below.) The `av_' array is never mentioned
533 (this is implemented via yet more trickery with the av_ array),
545 #define bin_at(i) ((mbinptr)((char*)&(av_[2*(i) + 2]) - 2*SIZE_SZ))
550 The first 2 bins are never indexed. The corresponding av_ cells are instead
555 #define top (av_[2]) /* The topmost chunk */
572 static mbinptr av_[NAV * 2 + 2] = { variable
688 #define binblocks_r ((INTERNAL_SIZE_T)av_[1]) /* bitvector of nonempty blocks */
689 #define binblocks_w (av_[1])
741 debug("bins (av_ arra
[all...]

Completed in 37 milliseconds