sizebits 3079 oshmem/mca/memheap/ptmalloc/malloc.c size_t sizebits = size << leftshift_for_tree_index(tidx); sizebits 3081 oshmem/mca/memheap/ptmalloc/malloc.c t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; sizebits 3082 oshmem/mca/memheap/ptmalloc/malloc.c sizebits <<= 1; sizebits 4015 oshmem/mca/memheap/ptmalloc/malloc.c size_t sizebits = nb << leftshift_for_tree_index(idx); sizebits 4026 oshmem/mca/memheap/ptmalloc/malloc.c t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; sizebits 4033 oshmem/mca/memheap/ptmalloc/malloc.c sizebits <<= 1;