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

/netbsd-current/external/bsd/jemalloc/dist/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)
/netbsd-current/external/bsd/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)

Completed in 134 milliseconds