Searched refs:tidx (Results 1 – 1 of 1) sorted by relevance
3413 bindex_t tidx; in bin_find() local3414 compute_tree_index(size, tidx); in bin_find()3415 if (treemap_is_marked(m, tidx)) { in bin_find()3416 tchunkptr t = *treebin_at(m, tidx); in bin_find()3417 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find()