Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching full:min_request

2225 #define MIN_REQUEST         (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
2233 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
4600 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes);
5536 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes);