segment_holding 2900 oshmem/mca/memheap/ptmalloc/malloc.c msegmentptr sp = segment_holding(m, (char*)p); segment_holding 3644 oshmem/mca/memheap/ptmalloc/malloc.c msegmentptr oldsp = segment_holding(m, old_top); segment_holding 3729 oshmem/mca/memheap/ptmalloc/malloc.c msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); segment_holding 3950 oshmem/mca/memheap/ptmalloc/malloc.c msegmentptr sp = segment_holding(m, (char*)m->top);