Searched defs:nhbins (Results 1 - 3 of 3) 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...]
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h263 #define nhbins JEMALLOC_N(nhbins) macro
H A Dprivate_unnamespace.h263 #undef nhbins macro

Completed in 2406 milliseconds