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

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h139 #define MAX_ALIGN (1 + (size_t)SSIZE_MAX) macro
H A Dmalloc.c1131 * MAX_ALIGN check prevents overflow in later calculation.
1134 align > MAX_ALIGN) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmemalign.c79 * MAX_ALIGN check prevents overflow in later calculation.
82 align > MAX_ALIGN) {
H A Dmallint.h169 #define MAX_ALIGN (1 + (size_t)SSIZE_MAX) macro

Completed in 65 milliseconds