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

  /external/jemalloc/src/
tcache.c 13 unsigned nhbins; variable
68 if (tcache->next_gc_bin == nhbins)
177 assert(binind < nhbins);
320 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins);
338 for (i = 0; i < nhbins; i++) {
374 for (; i < nhbins; i++) {
433 for (; i < nhbins; i++) {
518 nhbins = size2index(tcache_maxclass) + 1;
521 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins *
540 for (; i < nhbins; i++)
    [all...]
ctl.c 359 {NAME("nhbins"), CTL(arenas_nhbins)},
    [all...]
  /external/jemalloc/include/jemalloc/internal/
tcache.h 130 extern unsigned nhbins;
360 assert(binind < nhbins);
private_namespace.h 333 #define nhbins JEMALLOC_N(nhbins) macro
private_unnamespace.h 333 #undef nhbins macro

Completed in 334 milliseconds