Searched defs:CORESIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h166 #define CORESIZE (1024*ALIGN) macro
168 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h136 #define CORESIZE (1024*ALIGN) macro
138 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */

Completed in 57 milliseconds