msegmentptr      2412 oshmem/mca/memheap/ptmalloc/malloc.c static msegmentptr segment_holding(mstate m, char* addr) {
msegmentptr      2413 oshmem/mca/memheap/ptmalloc/malloc.c   msegmentptr sp = &m->seg;
msegmentptr      2423 oshmem/mca/memheap/ptmalloc/malloc.c static int has_segment_link(mstate m, msegmentptr ss) {
msegmentptr      2424 oshmem/mca/memheap/ptmalloc/malloc.c   msegmentptr sp = &m->seg;
msegmentptr      2900 oshmem/mca/memheap/ptmalloc/malloc.c   msegmentptr sp = segment_holding(m, (char*)p);
msegmentptr      3100 oshmem/mca/memheap/ptmalloc/malloc.c     msegmentptr s = &m->seg;
msegmentptr      3168 oshmem/mca/memheap/ptmalloc/malloc.c       msegmentptr s = &m->seg;
msegmentptr      3206 oshmem/mca/memheap/ptmalloc/malloc.c       msegmentptr s = &m->seg;
msegmentptr      3644 oshmem/mca/memheap/ptmalloc/malloc.c   msegmentptr oldsp = segment_holding(m, old_top);
msegmentptr      3652 oshmem/mca/memheap/ptmalloc/malloc.c   msegmentptr ss = (msegmentptr)(chunk2mem(sp));
msegmentptr      3729 oshmem/mca/memheap/ptmalloc/malloc.c     msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top);
msegmentptr      3844 oshmem/mca/memheap/ptmalloc/malloc.c       msegmentptr sp = &m->seg;
msegmentptr      3896 oshmem/mca/memheap/ptmalloc/malloc.c   msegmentptr pred = &m->seg;
msegmentptr      3897 oshmem/mca/memheap/ptmalloc/malloc.c   msegmentptr sp = pred->next;
msegmentptr      3901 oshmem/mca/memheap/ptmalloc/malloc.c     msegmentptr next = sp->next;
msegmentptr      3950 oshmem/mca/memheap/ptmalloc/malloc.c       msegmentptr sp = segment_holding(m, (char*)m->top);
msegmentptr      4832 oshmem/mca/memheap/ptmalloc/malloc.c     msegmentptr sp = &ms->seg;