Home
last modified time | relevance | path

Searched defs:MALLOCX_ALIGN (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/
Djemalloc_macros.h16 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro
18 # define MALLOCX_ALIGN(a) \ macro
Djemalloc_macros.h.in16 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro
18 # define MALLOCX_ALIGN(a) \ macro
Djemalloc.h79 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/src/
Dlib.rs80 pub const fn MALLOCX_ALIGN(aling: usize) -> c_int { in MALLOCX_ALIGN() function