malloc_segment   2205 oshmem/mca/memheap/ptmalloc/malloc.c   struct malloc_segment* next;   /* ptr to next segment */
malloc_segment   2212 oshmem/mca/memheap/ptmalloc/malloc.c typedef struct malloc_segment  msegment;
malloc_segment   2213 oshmem/mca/memheap/ptmalloc/malloc.c typedef struct malloc_segment* msegmentptr;
malloc_segment   2445 oshmem/mca/memheap/ptmalloc/malloc.c   (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
malloc_segment   3646 oshmem/mca/memheap/ptmalloc/malloc.c   size_t ssize = pad_request(sizeof(struct malloc_segment));