Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h25 #define MALLOCX_TCACHE_BITS 12 macro
34 (((1 << MALLOCX_TCACHE_BITS) - 1) << MALLOCX_TCACHE_SHIFT)
35 #define MALLOCX_TCACHE_MAX ((1 << MALLOCX_TCACHE_BITS) - 3)