Home | History | Annotate | Download | only in stdlib

Lines Matching full:tidx

2746     bindex_t tidx;
2747 compute_tree_index(size, tidx);
2748 if (treemap_is_marked(m, tidx)) {
2749 tchunkptr t = *treebin_at(m, tidx);
2750 size_t sizebits = size << leftshift_for_tree_index(tidx);