Searched refs:malloc_segment (Results 1 – 5 of 5) sorted by relevance
1940 struct malloc_segment { struct1943 struct malloc_segment* next; /* ptr to next segment */ argument1986 typedef struct malloc_segment msegment; argument1987 typedef struct malloc_segment* msegmentptr;2193 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)3376 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1935 struct malloc_segment { struct1938 struct malloc_segment* next; /* ptr to next segment */ argument1981 typedef struct malloc_segment msegment; argument1982 typedef struct malloc_segment* msegmentptr;2188 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)3371 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
2469 struct malloc_segment { struct2472 struct malloc_segment* next; /* ptr to next segment */ argument2479 typedef struct malloc_segment msegment; argument2480 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()
3276 * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):