Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h134 #define CORESIZE (1024*ALIGN) macro
136 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */
H A Dmalloc.c665 n = ((n - 1) / CORESIZE + 1) * CORESIZE; in morecore()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h164 #define CORESIZE (1024*ALIGN) macro
166 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */
H A Dmalloc.c630 n = ((n - 1) / CORESIZE + 1) * CORESIZE; in _morecore()