Searched refs:sizebits (Results 1 – 2 of 2) sorted by relevance
2763 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find() local2765 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in bin_find()2766 sizebits <<= 1; in bin_find()3701 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() local3712 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in tmalloc_large()3719 sizebits <<= 1; in tmalloc_large()
3347 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find() local3349 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in bin_find()3350 sizebits <<= 1; in bin_find()4299 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() local4310 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in tmalloc_large()4317 sizebits <<= 1; in tmalloc_large()