Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:tidx

3415     bindex_t tidx;
3416 compute_tree_index(size, tidx);
3417 if (treemap_is_marked(m, tidx)) {
3418 tchunkptr t = *treebin_at(m, tidx);
3419 size_t sizebits = size << leftshift_for_tree_index(tidx);