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

/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dmemalign.c99 if (nbytes > MAX_MALLOC) {
H A Dmallint.h168 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */ macro
H A Dmalloc.c189 if (size > MAX_MALLOC) {
317 if (size > MAX_MALLOC) {
636 if ((size_t)nsize > MAX_MALLOC - (uintptr_t)addr) {
/opensolaris-onvv-gate/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) {
296 if (size > MAX_MALLOC) {
671 if (requestsize > MAX_MALLOC - (size_t)addr) {
1150 if (nbytes > MAX_MALLOC) {

Completed in 157 milliseconds