Searched refs:malloc_segment (Results 1 – 2 of 2) sorted by relevance
1928 struct malloc_segment { struct1931 struct malloc_segment* next; /* ptr to next segment */ argument1938 typedef struct malloc_segment msegment; argument1939 typedef struct malloc_segment* msegmentptr;2145 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)3335 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
2429 struct malloc_segment { struct2432 struct malloc_segment* next; /* ptr to next segment */ argument2439 typedef struct malloc_segment msegment; argument2440 typedef struct malloc_segment* msegmentptr;2680 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)3917 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()