Searched refs:MALLOC_MAXSIZE (Results 1 – 1 of 1) sorted by relevance
128 #define MALLOC_MAXSIZE (SIZE_MAX - (MALLOC_HEAD + 2*MALLOC_CHUNK_ALIGN)) macro323 if (s > MALLOC_MAXSIZE) in malloc()535 if (size > MALLOC_MAXSIZE) in realloc()742 if (s > MALLOC_MAXSIZE - align) in memalign()815 if (s > MALLOC_MAXSIZE - MALLOC_PAGE_ALIGN) in pvalloc()