Home
last modified time | relevance | path

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

/bionic/libc/upstream-dlmalloc/
Dmalloc.c2469 struct malloc_segment { struct
2472 struct malloc_segment* next; /* ptr to next segment */ argument
2479 typedef struct malloc_segment msegment; argument
2480 typedef struct malloc_segment* msegmentptr;
2731 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
4003 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()