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