Searched refs:CORESIZE (Results 1 – 4 of 4) sorted by relevance
136 #define CORESIZE (1024*ALIGN) macro138 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */
667 n = ((n - 1) / CORESIZE + 1) * CORESIZE; in morecore()
166 #define CORESIZE (1024*ALIGN) macro168 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */
632 n = ((n - 1) / CORESIZE + 1) * CORESIZE; in _morecore()