Home | History | Annotate | Download | only in stdlib

Lines Matching refs:treebins

1969   TreeBins
1970 Treebins are pointers to the roots of trees holding a range of
1971 sizes. There are 2 equally spaced treebins for each power of two
1977 treebins ("treemap). Each bin sets its bit when non-empty, and
2033 tbinptr treebins[NTREEBINS];
2244 #define treebin_at(M,i) (&((M)->treebins[i]))
3260 m->smallbins = m->treebins = 0;