Searched refs:MALLOCX_LG_ALIGN_MASK (Results 1 – 2 of 2) sorted by relevance
36 #define MALLOCX_LG_ALIGN_MASK ((1 << MALLOCX_LG_ALIGN_BITS) - 1) macro39 (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK))
2583 if ((flags & MALLOCX_LG_ALIGN_MASK) != 0) {2985 if (likely((flags & MALLOCX_LG_ALIGN_MASK) == 0)) {