HomeSort by relevance Sort by last modified time
    Searched defs:nhbins (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/src/
tcache.c 16 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; i++)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 263 #define nhbins JEMALLOC_N(nhbins) macro
private_unnamespace.h 263 #undef nhbins macro

Completed in 1542 milliseconds