Searched refs:nhbins (Results 1 – 4 of 4) sorted by relevance
16 size_t nhbins; variable62 if (tcache->next_gc_bin == nhbins) in tcache_event_hard()170 assert(binind < nhbins); in tcache_bin_flush_large()275 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create()303 for (i = 0; i < nhbins; i++) { in tcache_create()336 for (; i < nhbins; i++) { in tcache_destroy()420 for (; i < nhbins; i++) { in tcache_stats_merge()445 nhbins = NBINS + (tcache_maxclass >> LG_PAGE); in tcache_boot0()448 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins * in tcache_boot0()463 for (; i < nhbins; i++) { in tcache_boot0()
1451 CTL_RO_NL_CGEN(config_tcache, arenas_nhbins, nhbins, unsigned) in CTL_RO_NL_GEN()
98 extern size_t nhbins;345 assert(binind < nhbins); in tcache_alloc_large()
258 #define nhbins JEMALLOC_N(nhbins) macro