Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Darena_inlines_b.h102 if (likely(size <= tcache_maxclass)) { in arena_malloc()
107 assert(size > tcache_maxclass); in arena_malloc()
155 if (likely(tcache != NULL) && usize <= tcache_maxclass) { in arena_dalloc()
187 if (likely(tcache != NULL) && size <= tcache_maxclass) { in arena_sdalloc()
A Dtcache_externs.h18 extern size_t tcache_maxclass;
A Dtcache_inlines.h215 assert(usize <= tcache_maxclass); in tcache_alloc_large()
273 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= tcache_maxclass); in tcache_dalloc_large()
A Dprivate_symbols.txt471 tcache_maxclass
A Dprivate_namespace.h471 #define tcache_maxclass JEMALLOC_N(tcache_maxclass) macro
A Dprivate_unnamespace.h471 #undef tcache_maxclass
/third_party/ulib/jemalloc/src/
A Dtcache.c14 size_t tcache_maxclass; variable
493 tcache_maxclass = SMALL_MAXCLASS; in tcache_boot()
495 tcache_maxclass = (ZU(1) << opt_lg_tcache_max); in tcache_boot()
497 nhbins = size2index(tcache_maxclass) + 1; in tcache_boot()
A Darena.c1318 if (usize <= tcache_maxclass) { in arena_dalloc_promoted()
A Dctl.c1945 CTL_RO_NL_CGEN(config_tcache, arenas_tcache_max, tcache_maxclass, size_t) in CTL_RO_NL_GEN()

Completed in 21 milliseconds