Home
last modified time | relevance | path

Searched refs:MALLOCX_LG_ALIGN_MASK (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h36 #define MALLOCX_LG_ALIGN_MASK ((1 << MALLOCX_LG_ALIGN_BITS) - 1) macro
39 (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK))
/external/jemalloc_new/src/
Djemalloc.c2583 if ((flags & MALLOCX_LG_ALIGN_MASK) != 0) {
2985 if (likely((flags & MALLOCX_LG_ALIGN_MASK) == 0)) {