Searched refs:pad_request (Results 1 – 1 of 1) sorted by relevance
2243 #define pad_request(req) \ macro2248 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))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()4590 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()4643 nb = pad_request(bytes); in dlmalloc()5435 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()5461 msize = pad_request(sizeof(struct malloc_state)); in create_mspace()5480 msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()5547 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()[all …]