Home
last modified time | relevance | path

Searched refs:MAX_MALLOC (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dmemalign.c98 if (nbytes > MAX_MALLOC) { in memalign()
H A Dmalloc.c189 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()
H A Dmallint.h168 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */ macro
/titanic_50/usr/src/lib/watchmalloc/common/
H A Dmallint.h138 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */ macro
H A Dmalloc.c183 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()