Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Djemalloc_internal_types.h38 #define MALLOCX_ALIGN_GET_SPECIFIED(flags) \ macro
41 (MALLOCX_ALIGN_GET_SPECIFIED(flags) & (SIZE_T_MAX-1))
/freebsd-12-stable/contrib/jemalloc/src/
Djemalloc.c2557 dopts.alignment = MALLOCX_ALIGN_GET_SPECIFIED(flags); in JEMALLOC_ATTR()
2961 usize = sz_sa2u(size, MALLOCX_ALIGN_GET_SPECIFIED(flags)); in inallocx()