Home | History | Annotate | Download | only in mpreal

Lines Matching refs:tidx

3248     bindex_t tidx;

3249 compute_tree_index(size, tidx);
3250 if (treemap_is_marked(m, tidx)) {
3251 tchunkptr t = *treebin_at(m, tidx);
3252 size_t sizebits = size << leftshift_for_tree_index(tidx);