Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1703 #define pad_request(req) \ macro
1708 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
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()
4158 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4211 nb = pad_request(bytes); in dlmalloc()
4474 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4495 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4514 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4565 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/external/libffi/src/
Ddlmalloc.c1698 #define pad_request(req) \ macro
1703 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
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()
4153 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4206 nb = pad_request(bytes); in dlmalloc()
4469 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4490 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4509 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4560 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/external/dlmalloc/
Dmalloc.c2228 #define pad_request(req) \ macro
2233 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
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()
4602 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4655 nb = pad_request(bytes); in dlmalloc()
5438 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
5464 msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
5483 msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
5550 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]