Home
last modified time | relevance | path

Searched refs:nhbins (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/jemalloc/src/
HDtcache.c16 size_t nhbins; variable
62 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()
HDctl.c1451 CTL_RO_NL_CGEN(config_tcache, arenas_nhbins, nhbins, unsigned) in CTL_RO_NL_GEN()
/trueos/contrib/jemalloc/include/jemalloc/internal/
HDtcache.h98 extern size_t nhbins;
345 assert(binind < nhbins); in tcache_alloc_large()
HDprivate_namespace.h258 #define nhbins JEMALLOC_N(nhbins) macro