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

/external/dlmalloc/
H A Dmalloc.c2416 list headed by an embedded malloc_segment record representing the
2469 struct malloc_segment { struct
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));

Completed in 189 milliseconds