msegmentptr      2409 compat/nedmalloc/malloc.c.h typedef struct malloc_segment* msegmentptr;
msegmentptr      2615 compat/nedmalloc/malloc.c.h static msegmentptr segment_holding(mstate m, char* addr) {
msegmentptr      2616 compat/nedmalloc/malloc.c.h   msegmentptr sp = &m->seg;
msegmentptr      2626 compat/nedmalloc/malloc.c.h static int has_segment_link(mstate m, msegmentptr ss) {
msegmentptr      2627 compat/nedmalloc/malloc.c.h   msegmentptr sp = &m->seg;
msegmentptr      3133 compat/nedmalloc/malloc.c.h   msegmentptr sp = segment_holding(m, (char*)p);
msegmentptr      3333 compat/nedmalloc/malloc.c.h     msegmentptr s = &m->seg;
msegmentptr      3402 compat/nedmalloc/malloc.c.h       msegmentptr s = &m->seg;
msegmentptr      3441 compat/nedmalloc/malloc.c.h       msegmentptr s = &m->seg;
msegmentptr      3881 compat/nedmalloc/malloc.c.h   msegmentptr oldsp = segment_holding(m, old_top);
msegmentptr      3889 compat/nedmalloc/malloc.c.h   msegmentptr ss = (msegmentptr)(chunk2mem(sp));
msegmentptr      3971 compat/nedmalloc/malloc.c.h     msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top);
msegmentptr      4085 compat/nedmalloc/malloc.c.h       msegmentptr sp = &m->seg;
msegmentptr      4137 compat/nedmalloc/malloc.c.h   msegmentptr pred = &m->seg;
msegmentptr      4138 compat/nedmalloc/malloc.c.h   msegmentptr sp = pred->next;
msegmentptr      4142 compat/nedmalloc/malloc.c.h     msegmentptr next = sp->next;
msegmentptr      4192 compat/nedmalloc/malloc.c.h       msegmentptr sp = segment_holding(m, (char*)m->top);
msegmentptr      5084 compat/nedmalloc/malloc.c.h     msegmentptr sp = &ms->seg;