Searched refs:malloc_segment (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2477 list headed by an embedded malloc_segment record representing the
2530 struct malloc_segment { struct
2533 struct malloc_segment* next; /* ptr to next segment */
2540 typedef struct malloc_segment msegment;
2541 typedef struct malloc_segment* msegmentptr;
2595 A list of segments headed by an embedded malloc_segment record
2792 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
4047 size_t ssize = pad_request(sizeof(struct malloc_segment));

Completed in 49 milliseconds