Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c13 unsigned nhbins; variable
68 if (tcache->next_gc_bin == nhbins) in tcache_event_hard()
177 assert(binind < nhbins); in tcache_bin_flush_large()
320 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create()
338 for (i = 0; i < nhbins; i++) { in tcache_create()
374 for (; i < nhbins; i++) { in tcache_destroy()
433 for (; i < nhbins; i++) { in tcache_stats_merge()
518 nhbins = size2index(tcache_maxclass) + 1; in tcache_boot()
521 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins * in tcache_boot()
540 for (; i < nhbins; i++) { in tcache_boot()
Dctl.c1899 CTL_RO_NL_CGEN(config_tcache, arenas_nhbins, nhbins, unsigned) in CTL_RO_NL_GEN()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h130 extern unsigned nhbins;
360 assert(binind < nhbins); in tcache_alloc_large()
Dprivate_symbols.txt331 nhbins
Dprivate_namespace.h333 #define nhbins JEMALLOC_N(nhbins) macro
Dprivate_unnamespace.h333 #undef nhbins
/external/eigen/unsupported/Eigen/
DFFT393 Index nhbins=(nfft>>1)+1;
394 for (Index k=nhbins;k < nfft; ++k )