Lines Matching refs:treebins
1959 TreeBins
1960 Treebins are pointers to the roots of trees holding a range of
1961 sizes. There are 2 equally spaced treebins for each power of two
1967 treebins ("treemap). Each bin sets its bit when non-empty, and
2023 tbinptr treebins[NTREEBINS];
2234 #define treebin_at(M,i) (&((M)->treebins[i]))
3248 m->smallbins = m->treebins = 0;