Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
Djemalloc_macros.h27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
Djemalloc_macros.h.in27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
Djemalloc.h90 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/src/
Dlib.rs100 pub const fn MALLOCX_TCACHE(tc: usize) -> c_int { in MALLOCX_TCACHE() function