Searched refs:sizebits (Results 1 – 1 of 1) sorted by relevance
3417 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find() local3419 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in bin_find()3420 sizebits <<= 1; in bin_find()4454 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() local4465 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in tmalloc_large()4472 sizebits <<= 1; in tmalloc_large()