Searched refs:tidx (Results 1 – 2 of 2) sorted by relevance
2759 bindex_t tidx; in bin_find() local2760 compute_tree_index(size, tidx); in bin_find()2761 if (treemap_is_marked(m, tidx)) { in bin_find()2762 tchunkptr t = *treebin_at(m, tidx); in bin_find()2763 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find()
3343 bindex_t tidx; in bin_find() local3344 compute_tree_index(size, tidx); in bin_find()3345 if (treemap_is_marked(m, tidx)) { in bin_find()3346 tchunkptr t = *treebin_at(m, tidx); in bin_find()3347 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find()