Searched defs:nhbins (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Dtcache.c13 size_t nhbins; variable
68 if (tcache->next_gc_bin == nhbins)
177 assert(binind < nhbins);
319 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins);
334 for (i = 0; i < nhbins; i++) {
365 for (; i < nhbins; i++) {
424 for (; i < nhbins; i++) {
509 nhbins = size2index(tcache_maxclass) + 1;
512 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins *
531 for (; i < nhbins;
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h322 #define nhbins JEMALLOC_N(nhbins) macro
H A Dprivate_unnamespace.h322 #undef nhbins macro

Completed in 85 milliseconds