Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h38 #define MALLOCX_ALIGN_GET_SPECIFIED(flags) \ macro
41 (MALLOCX_ALIGN_GET_SPECIFIED(flags) & (SIZE_T_MAX-1))
/external/jemalloc_new/src/
Djemalloc.c2584 dopts.alignment = MALLOCX_ALIGN_GET_SPECIFIED(flags);
2988 usize = sz_sa2u(size, MALLOCX_ALIGN_GET_SPECIFIED(flags));