Searched refs:MALLOCX_LG_ALIGN_MASK (Results 1 – 5 of 5) sorted by relevance
36 #define MALLOCX_LG_ALIGN_MASK ((1 << MALLOCX_LG_ALIGN_BITS) - 1) macro39 (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK))
211 #define MALLOCX_LG_ALIGN_MASK ((int)0x3f) macro214 (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK))
2126 if ((flags & MALLOCX_LG_ALIGN_MASK) == 0) {2641 if (likely((flags & MALLOCX_LG_ALIGN_MASK) == 0))
2583 if ((flags & MALLOCX_LG_ALIGN_MASK) != 0) {2985 if (likely((flags & MALLOCX_LG_ALIGN_MASK) == 0)) {