Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h29 #define MALLOCX_ARENA_MASK \ macro
/external/jemalloc_new/src/
Djemalloc.c2600 if ((flags & MALLOCX_ARENA_MASK) != 0)
2697 if (unlikely((flags & MALLOCX_ARENA_MASK) != 0)) {