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

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h15 extern unsigned nhbins;
H A Dtcache_inlines.h192 assert(binind < nhbins);
H A Dprivate_namespace.h297 #define nhbins JEMALLOC_N(nhbins) macro
H A Dprivate_unnamespace.h297 #undef nhbins macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtcache.c13 unsigned nhbins; variable
68 if (tcache->next_gc_bin == nhbins)
174 assert(binind < nhbins);
314 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins);
332 for (i = 0; i < nhbins; i++) {
365 for (; i < nhbins; i++) {
415 for (; i < nhbins; i++) {
497 nhbins = size2index(tcache_maxclass) + 1;
500 tcache_bin_info = (tcache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins
519 for (; i < nhbins;
[all...]
H A Darena.c1636 for (i = 0; i < nhbins; i++) {
H A Dctl.c310 {NAME("nhbins"), CTL(arenas_nhbins)},
1947 CTL_RO_NL_CGEN(config_tcache, arenas_nhbins, nhbins, unsigned)

Completed in 90 milliseconds