Searched refs:nhbins (Results 1 – 17 of 17) sorted by relevance
/external/jemalloc/src/ |
D | tcache.c | 13 unsigned nhbins; variable 72 if (tcache->next_gc_bin == nhbins) in tcache_event_hard() 182 assert(binind < nhbins); in tcache_bin_flush_large() 327 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create() 345 for (i = 0; i < nhbins; i++) { in tcache_create() 381 for (; i < nhbins; i++) { in tcache_destroy() 441 for (; i < nhbins; i++) { in tcache_stats_merge() 570 nhbins = size2index(tcache_maxclass) + 1; in tcache_boot() 573 tcache_bin_info = (tcache_bin_info_t *)base_alloc(tsdn, nhbins * in tcache_boot() 592 for (; i < nhbins; i++) { in tcache_boot()
|
D | ctl.c | 1927 CTL_RO_NL_CGEN(config_tcache, arenas_nhbins, nhbins, unsigned) in CTL_RO_NL_GEN()
|
/external/jemalloc_new/src/ |
D | tcache.c | 22 unsigned nhbins; variable 86 if (tcache->next_gc_bin == nhbins) { in tcache_event_hard() 203 assert(binind < nhbins); in tcache_bin_flush_large() 381 memset(tcache->bins_large, 0, sizeof(cache_bin_t) * (nhbins - NBINS)); in tcache_init() 394 for (; i < nhbins; i++) { in tcache_init() 485 for (unsigned i = NBINS; i < nhbins; i++) { in tcache_flush_cache() 563 for (; i < nhbins; i++) { in tcache_stats_merge() 686 nhbins = sz_size2index(tcache_maxclass) + 1; in tcache_boot() 689 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot() 710 for (; i < nhbins; i++) { in tcache_boot()
|
D | stats.c | 1011 unsigned nhbins; in stats_general_print() local 1012 CTL_GET("arenas.nhbins", &nhbins, unsigned); in stats_general_print() 1014 emitter_type_unsigned, &nhbins); in stats_general_print()
|
D | arena.c | 164 for (; i < nhbins; i++) { in arena_stats_merge()
|
D | ctl.c | 2429 CTL_RO_NL_GEN(arenas_nhbins, nhbins, unsigned) in CTL_RO_NL_GEN()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_externs.h | 15 extern unsigned nhbins;
|
D | arena_inlines_b.h | 227 if (szind < nhbins) { in arena_dalloc() 339 if (szind < nhbins) { in arena_sdalloc()
|
D | jemalloc_internal_inlines_a.h | 117 assert(binind >= NBINS &&binind < nhbins); in tcache_large_bin_get()
|
D | tcache_inlines.h | 112 assert(binind >= NBINS &&binind < nhbins); in tcache_alloc_large()
|
D | private_namespace_jet.h | 340 #define nhbins JEMALLOC_N(nhbins) macro
|
D | private_namespace.h | 333 #define nhbins JEMALLOC_N(nhbins) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 130 extern unsigned nhbins; 361 assert(binind < nhbins); in tcache_alloc_large()
|
D | private_symbols.txt | 351 nhbins
|
D | private_namespace.h | 351 #define nhbins JEMALLOC_N(nhbins) macro
|
D | private_unnamespace.h | 351 #undef nhbins
|
/external/eigen/unsupported/Eigen/ |
D | FFT | 393 Index nhbins=(nfft>>1)+1; 394 for (Index k=nhbins;k < nfft; ++k )
|