Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c18 unsigned nhbins; variable
82 if (tcache->next_gc_bin == nhbins) { in tcache_event_hard()
193 assert(binind < nhbins); in tcache_bin_flush_large()
367 memset(tcache->bins_large, 0, sizeof(cache_bin_t) * (nhbins - NBINS)); in tcache_init()
380 for (; i < nhbins; i++) { in tcache_init()
469 for (unsigned i = NBINS; i < nhbins; i++) { in tcache_flush_cache()
544 for (; i < nhbins; i++) { in tcache_stats_merge()
666 nhbins = sz_size2index(tcache_maxclass) + 1; in tcache_boot()
669 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot()
690 for (; i < nhbins; i++) { in tcache_boot()
H A Dstats.c1011 unsigned nhbins; in stats_general_print() local
1012 CTL_GET("arenas.nhbins", &nhbins, unsigned); in stats_general_print()
1014 emitter_type_unsigned, &nhbins); in stats_general_print()
H A Darena.c164 for (; i < nhbins; i++) { in arena_stats_merge()
H A Dctl.c2429 CTL_RO_NL_GEN(arenas_nhbins, nhbins, unsigned) in CTL_RO_NL_GEN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h15 extern unsigned nhbins;
H A Djemalloc_internal_inlines_a.h117 assert(binind >= NBINS &&binind < nhbins); in tcache_large_bin_get()
H A Darena_inlines_b.h227 if (szind < nhbins) { in arena_dalloc()
339 if (szind < nhbins) { in arena_sdalloc()
H A Dtcache_inlines.h110 assert(binind >= NBINS &&binind < nhbins); in tcache_alloc_large()