Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h35 #define MALLOCX_TCACHE_MAX ((1 << MALLOCX_TCACHE_BITS) - 3) macro
/external/jemalloc/src/
Dtcache.c458 (MALLOCX_TCACHE_MAX+1)); in tcaches_create_prep()
465 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) { in tcaches_create_prep()
/external/jemalloc_new/src/
Dtcache.c580 * (MALLOCX_TCACHE_MAX+1), CACHELINE); in tcaches_create_prep()
587 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) { in tcaches_create_prep()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h210 #define MALLOCX_TCACHE_MAX 0xffd macro
Djemalloc_internal.h.in210 #define MALLOCX_TCACHE_MAX 0xffd macro