Searched refs:MALLOC_MAXSIZE (Results 1 – 5 of 5) sorted by relevance
34 if (s > MALLOC_MAXSIZE - MALLOC_PAGE_ALIGN) in pvalloc()
60 if (s > MALLOC_MAXSIZE - align) in memalign()
49 if (size > MALLOC_MAXSIZE) in realloc()
111 #define MALLOC_MAXSIZE (SIZE_MAX - (MALLOC_HEAD + 2*MALLOC_CHUNK_ALIGN)) macro
137 if (s > MALLOC_MAXSIZE) in malloc()