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

/external/jemalloc/src/
H A Dtcache.c16 size_t nhbins; variable
62 if (tcache->next_gc_bin == nhbins)
170 assert(binind < nhbins);
315 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins);
343 for (i = 0; i < nhbins; i++) {
376 for (; i < nhbins; i++) {
460 for (; i < nhbins; i++) {
485 nhbins = NBINS + (tcache_maxclass >> LG_PAGE);
488 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins *
503 for (; i < nhbins;
[all...]
H A Dctl.c304 {NAME("nhbins"), CTL(arenas_nhbins)},
1498 CTL_RO_NL_CGEN(config_tcache, arenas_nhbins, nhbins, unsigned)
/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h110 extern size_t nhbins;
324 assert(binind < nhbins);
H A Dprivate_namespace.h263 #define nhbins JEMALLOC_N(nhbins) macro
H A Dprivate_unnamespace.h263 #undef nhbins macro

Completed in 177 milliseconds