Searched refs:tcache_maxclass (Results 1 – 6 of 6) sorted by relevance
135 assert(usize <= tcache_maxclass); in tcache_alloc_large()195 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()
19 size_t tcache_maxclass; variable656 tcache_maxclass = SMALL_MAXCLASS; in tcache_boot()658 tcache_maxclass = (ZU(1) << opt_lg_tcache_max); in tcache_boot()666 nhbins = sz_size2index(tcache_maxclass) + 1; in tcache_boot()
1456 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()