malloc_segment 2401 compat/nedmalloc/malloc.c.h struct malloc_segment* next; /* ptr to next segment */ malloc_segment 2408 compat/nedmalloc/malloc.c.h typedef struct malloc_segment msegment; malloc_segment 2409 compat/nedmalloc/malloc.c.h typedef struct malloc_segment* msegmentptr; malloc_segment 2648 compat/nedmalloc/malloc.c.h (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE) malloc_segment 3883 compat/nedmalloc/malloc.c.h size_t ssize = pad_request(sizeof(struct malloc_segment));