Home
last modified time | relevance | path

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

/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()
/external/libffi/src/
Ddlmalloc.c1935 struct malloc_segment { struct
1938 struct malloc_segment* next; /* ptr to next segment */ argument
1981 typedef struct malloc_segment msegment; argument
1982 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()
/external/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()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.13276 * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):
/external/libffi/
DChangeLog.libffi-3.13276 * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):