Lines Matching refs:malloc_segment
2416 list headed by an embedded malloc_segment record representing the
2469 struct malloc_segment {
2472 struct malloc_segment* next; /* ptr to next segment */
2479 typedef struct malloc_segment msegment;
2480 typedef struct malloc_segment* msegmentptr;
2534 A list of segments headed by an embedded malloc_segment record
2731 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
4003 size_t ssize = pad_request(sizeof(struct malloc_segment));