Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h38 #define MALLOCX_ALIGN_GET_SPECIFIED(flags) \ macro
41 (MALLOCX_ALIGN_GET_SPECIFIED(flags) & (SIZE_T_MAX-1))
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c2568 dopts.alignment = MALLOCX_ALIGN_GET_SPECIFIED(flags); in JEMALLOC_ATTR()
2972 usize = sz_sa2u(size, MALLOCX_ALIGN_GET_SPECIFIED(flags)); in inallocx()