Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/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))
/freebsd-12-stable/contrib/jemalloc/src/
Djemalloc.c2556 if ((flags & MALLOCX_LG_ALIGN_MASK) != 0) { in JEMALLOC_ATTR()
2958 if (likely((flags & MALLOCX_LG_ALIGN_MASK) == 0)) { in inallocx()