Home
last modified time | relevance | path

Searched refs:MALLOCX_ALIGN_GET_SPECIFIED (Results 1 – 5 of 5) 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/include/jemalloc/internal/
Djemalloc_internal.h213 #define MALLOCX_ALIGN_GET_SPECIFIED(flags) \ macro
216 (MALLOCX_ALIGN_GET_SPECIFIED(flags) & (SIZE_T_MAX-1))
Djemalloc_internal.h.in213 #define MALLOCX_ALIGN_GET_SPECIFIED(flags) \ macro
216 (MALLOCX_ALIGN_GET_SPECIFIED(flags) & (SIZE_T_MAX-1))
/external/jemalloc/src/
Djemalloc.c2130 *alignment = MALLOCX_ALIGN_GET_SPECIFIED(flags);
2644 usize = sa2u(size, MALLOCX_ALIGN_GET_SPECIFIED(flags));
/external/jemalloc_new/src/
Djemalloc.c2584 dopts.alignment = MALLOCX_ALIGN_GET_SPECIFIED(flags);
2988 usize = sz_sa2u(size, MALLOCX_ALIGN_GET_SPECIFIED(flags));