malloc_segment   2352 src/utils/dlmalloc.c 	struct malloc_segment* next;   /* ptr to next segment */
malloc_segment   2359 src/utils/dlmalloc.c typedef struct malloc_segment  msegment;
malloc_segment   2360 src/utils/dlmalloc.c typedef struct malloc_segment* msegmentptr;
malloc_segment   2599 src/utils/dlmalloc.c   (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
malloc_segment   3831 src/utils/dlmalloc.c 	size_t ssize = pad_request(sizeof(struct malloc_segment));