Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1940 struct malloc_segment { struct
1943 struct malloc_segment* next; /* ptr to next segment */ argument
1986 typedef struct malloc_segment msegment; argument
1987 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()
/aosp_15_r20/external/libffi/src/
H A Ddlmalloc.c1940 struct malloc_segment { struct
1943 struct malloc_segment* next; /* ptr to next segment */ argument
1986 typedef struct malloc_segment msegment; argument
1987 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()
/aosp_15_r20/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2484 struct malloc_segment { struct
2487 struct malloc_segment* next; /* ptr to next segment */ argument
2494 typedef struct malloc_segment msegment; argument
2495 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()
/aosp_15_r20/external/dlmalloc/
H A Ddlmalloc.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()
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2525 struct malloc_segment { struct
2528 struct malloc_segment* next; /* ptr to next segment */ argument
2535 typedef struct malloc_segment msegment; argument
2536 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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2467 struct malloc_segment { struct
2470 struct malloc_segment* next; /* ptr to next segment */ argument
2477 typedef struct malloc_segment msegment; argument
2478 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()
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.13276 * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):
/aosp_15_r20/external/libffi/
H A DChangeLog.libffi-3.13276 * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):
H A DChangeLog.old3284 * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):