Searched refs:CORESIZE (Results 1 - 4 of 4) sorted by relevance

/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 */
H A Dmalloc.c41 * CORESIZE: a desired unit (measured in bytes) to be used
666 /* get a multiple of CORESIZE */
667 n = ((n - 1) / CORESIZE + 1) * CORESIZE;
/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 */
H A Dmalloc.c43 * CORESIZE: a desired unit (measured in bytes) to be used
631 /* get a multiple of CORESIZE */
632 n = ((n - 1) / CORESIZE + 1) * CORESIZE;

Completed in 50 milliseconds