Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c14 size_t tcache_maxclass; variable
560 tcache_maxclass = SMALL_MAXCLASS; in tcache_boot()
562 tcache_maxclass = large_maxclass; in tcache_boot()
564 tcache_maxclass = (ZU(1) << opt_lg_tcache_max); in tcache_boot()
570 nhbins = size2index(tcache_maxclass) + 1; in tcache_boot()
Dctl.c1925 CTL_RO_NL_CGEN(config_tcache, arenas_tcache_max, tcache_maxclass, size_t) in CTL_RO_NL_GEN()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h133 extern size_t tcache_maxclass;
384 assert(usize <= tcache_maxclass); in tcache_alloc_large()
451 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= tcache_maxclass); in tcache_dalloc_large()
Darena.h1357 if (likely(size <= tcache_maxclass)) { in arena_malloc()
1362 assert(size > tcache_maxclass); in arena_malloc()
1476 tcache_maxclass) { in arena_dalloc()
1532 if (likely(tcache != NULL) && size <= tcache_maxclass) { in arena_sdalloc()
Dprivate_symbols.txt531 tcache_maxclass
Dprivate_namespace.h531 #define tcache_maxclass JEMALLOC_N(tcache_maxclass) macro
Dprivate_unnamespace.h531 #undef tcache_maxclass