Searched refs:nhbins (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h13 extern unsigned nhbins;
H A Djemalloc_internal_inlines_a.h119 assert(binind >= SC_NBINS &&binind < nhbins);
H A Dtcache_inlines.h110 assert(binind >= SC_NBINS &&binind < nhbins);
H A Dprivate_namespace.h366 #define nhbins JEMALLOC_N(nhbins) macro
H A Darena_inlines_b.h272 if (szind < nhbins) {
/freebsd-13-stable/contrib/jemalloc/src/
H A Dtcache.c19 unsigned nhbins; variable
83 if (tcache->next_gc_bin == nhbins) {
234 assert(binind < nhbins);
421 memset(tcache->bins_large, 0, sizeof(cache_bin_t) * (nhbins - SC_NBINS));
434 for (; i < nhbins; i++) {
523 for (unsigned i = SC_NBINS; i < nhbins; i++) {
616 for (; i < nhbins; i++) {
747 nhbins = sz_size2index(tcache_maxclass) + 1;
750 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins
771 for (; i < nhbins;
[all...]
H A Dstats.c1175 unsigned nhbins; local
1176 CTL_GET("arenas.nhbins", &nhbins, unsigned);
1177 emitter_kv(emitter, "nhbins", "Number of thread-cache bin size classes",
1178 emitter_type_unsigned, &nhbins);
H A Darena.c208 for (; i < nhbins; i++) {
H A Dctl.c403 {NAME("nhbins"), CTL(arenas_nhbins)},
2555 CTL_RO_NL_GEN(arenas_nhbins, nhbins, unsigned)

Completed in 77 milliseconds