Searched refs:MAX_MALLOC (Results 1 – 5 of 5) sorted by relevance
98 if (nbytes > MAX_MALLOC) { in memalign()
189 if (size > MAX_MALLOC) { in _malloc_unlocked()317 if (size > MAX_MALLOC) { in realloc()636 if ((size_t)nsize > MAX_MALLOC - (uintptr_t)addr) { in _morecore()
168 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */ macro
138 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */ macro
183 if (size > MAX_MALLOC) { in malloc_unlocked()296 if (size > MAX_MALLOC) { in realloc()671 if (requestsize > MAX_MALLOC - (size_t)addr) { in morecore()1150 if (nbytes > MAX_MALLOC) { in memalign()