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

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h27 #define MALLOCX_TCACHE_BITS 12 macro
36 (((1 << MALLOCX_TCACHE_BITS) - 1) << MALLOCX_TCACHE_SHIFT)
37 #define MALLOCX_TCACHE_MAX ((1 << MALLOCX_TCACHE_BITS) - 3)

Completed in 158 milliseconds