Searched refs:tcache_maxclass (Results 1 – 7 of 7) sorted by relevance
14 size_t tcache_maxclass; variable560 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()
1925 CTL_RO_NL_CGEN(config_tcache, arenas_tcache_max, tcache_maxclass, size_t) in CTL_RO_NL_GEN()
133 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()
1357 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()
531 tcache_maxclass
531 #define tcache_maxclass JEMALLOC_N(tcache_maxclass) macro
531 #undef tcache_maxclass