Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1689 #define pad_request(req) \
1694 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2145 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3335 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4124 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4177 nb = pad_request(bytes); in dlmalloc()
4444 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4465 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4484 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4535 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
H A Ddlmalloc.h104 #define pad_request(req) \ macro
109 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2191 #define pad_request(req) \ macro
2196 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2680 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3917 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4729 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4782 nb = pad_request(bytes); in dlmalloc()
5055 size_t msize = pad_request(sizeof(struct malloc_state)); in mstar_init_user_mstate()
5081 msize = pad_request(sizeof(struct malloc_state)); in mstar_create_mspace()
5100 msize = pad_request(sizeof(struct malloc_state)); in mstar_create_mspace_with_base()
5165 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mstar_mspace_malloc()
[all …]