Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:treebins

2514   TreeBins
2515 Treebins are pointers to the roots of trees holding a range of
2516 sizes. There are 2 equally spaced treebins for each power of two
2522 treebins ("treemap). Each bin sets its bit when non-empty, and
2591 tbinptr treebins[NTREEBINS];
2833 #define treebin_at(M,i) (&((M)->treebins[i]))