Searched refs:malloc_segment (Results 1 – 9 of 9) 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()
2484 struct malloc_segment { struct2487 struct malloc_segment* next; /* ptr to next segment */ argument2494 typedef struct malloc_segment msegment; argument2495 typedef struct malloc_segment* msegmentptr;2746 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)3999 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()
2525 struct malloc_segment { struct2528 struct malloc_segment* next; /* ptr to next segment */ argument2535 typedef struct malloc_segment msegment; argument2536 typedef struct malloc_segment* msegmentptr;2787 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)4040 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
2467 struct malloc_segment { struct2470 struct malloc_segment* next; /* ptr to next segment */ argument2477 typedef struct malloc_segment msegment; argument2478 typedef struct malloc_segment* msegmentptr;2729 (align_offset(TWO_SIZE_T_SIZES)+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)3982 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
3276 * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):
3284 * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):