Home
last modified time | relevance | path

Searched refs:MALLOCX_LG_ALIGN_MASK (Results 1 – 5 of 5) 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/include/jemalloc/internal/
Djemalloc_internal.h211 #define MALLOCX_LG_ALIGN_MASK ((int)0x3f) macro
214 (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK))
Djemalloc_internal.h.in211 #define MALLOCX_LG_ALIGN_MASK ((int)0x3f) macro
214 (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK))
/external/jemalloc/src/
Djemalloc.c2126 if ((flags & MALLOCX_LG_ALIGN_MASK) == 0) {
2641 if (likely((flags & MALLOCX_LG_ALIGN_MASK) == 0))
/external/jemalloc_new/src/
Djemalloc.c2583 if ((flags & MALLOCX_LG_ALIGN_MASK) != 0) {
2985 if (likely((flags & MALLOCX_LG_ALIGN_MASK) == 0)) {