SIZE_T_BITSIZE   2602 oshmem/mca/memheap/ptmalloc/malloc.c    (i == NTREEBINS-1)? (SIZE_T_BITSIZE-1) : (((i) >> 1) + TREEBIN_SHIFT - 2)
SIZE_T_BITSIZE   2607 oshmem/mca/memheap/ptmalloc/malloc.c     ((SIZE_T_BITSIZE-SIZE_T_ONE) - (((i) >> 1) + TREEBIN_SHIFT - 2)))
SIZE_T_BITSIZE   3081 oshmem/mca/memheap/ptmalloc/malloc.c         t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1];
SIZE_T_BITSIZE   3330 oshmem/mca/memheap/ptmalloc/malloc.c         tchunkptr* C = &(T->child[(K >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]);\
SIZE_T_BITSIZE   4026 oshmem/mca/memheap/ptmalloc/malloc.c       t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1];