segment_holding 3133 compat/nedmalloc/malloc.c.h msegmentptr sp = segment_holding(m, (char*)p); segment_holding 3881 compat/nedmalloc/malloc.c.h msegmentptr oldsp = segment_holding(m, old_top); segment_holding 3971 compat/nedmalloc/malloc.c.h msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); segment_holding 4192 compat/nedmalloc/malloc.c.h msegmentptr sp = segment_holding(m, (char*)m->top);