Home | History | Annotate | Download | only in src

Lines Matching defs:tidx

2798     bindex_t tidx;
2799 compute_tree_index(size, tidx);
2800 if (treemap_is_marked(m, tidx)) {
2801 tchunkptr t = *treebin_at(m, tidx);
2802 size_t sizebits = size << leftshift_for_tree_index(tidx);