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

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

Completed in 94 milliseconds