Searched refs:tcache_maxclass (Results 1 – 8 of 8) sorted by relevance
137 assert(usize <= tcache_maxclass); in tcache_alloc_large()199 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= tcache_maxclass); in tcache_dalloc_large()
18 extern size_t tcache_maxclass;
97 if (likely(size <= tcache_maxclass)) { in arena_malloc()102 assert(size > tcache_maxclass); in arena_malloc()
354 #define tcache_maxclass JEMALLOC_N(tcache_maxclass) macro
347 #define tcache_maxclass JEMALLOC_N(tcache_maxclass) macro
23 size_t tcache_maxclass; variable676 tcache_maxclass = SMALL_MAXCLASS; in tcache_boot()678 tcache_maxclass = (ZU(1) << opt_lg_tcache_max); in tcache_boot()686 nhbins = sz_size2index(tcache_maxclass) + 1; in tcache_boot()
1460 if (usize <= tcache_maxclass) { in arena_dalloc_promoted()
2427 CTL_RO_NL_GEN(arenas_tcache_max, tcache_maxclass, size_t) in CTL_RO_NL_GEN()