treebin_at       3027 oshmem/mca/memheap/ptmalloc/malloc.c   tbinptr* tb = treebin_at(m, i);
treebin_at       3078 oshmem/mca/memheap/ptmalloc/malloc.c       tchunkptr t = *treebin_at(m, tidx);
treebin_at       3316 oshmem/mca/memheap/ptmalloc/malloc.c   H = treebin_at(M, IDX);\
treebin_at       3411 oshmem/mca/memheap/ptmalloc/malloc.c     tbinptr* H = treebin_at(M, X->index);\
treebin_at       3593 oshmem/mca/memheap/ptmalloc/malloc.c     *treebin_at(m, i) = 0;
treebin_at       4013 oshmem/mca/memheap/ptmalloc/malloc.c   if ((t = *treebin_at(m, idx)) != 0) {
treebin_at       4043 oshmem/mca/memheap/ptmalloc/malloc.c       t = *treebin_at(m, i);
treebin_at       4086 oshmem/mca/memheap/ptmalloc/malloc.c   v = t = *treebin_at(m, i);