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

  /external/jemalloc/src/
tcache.c 35 szind_t binind = tcache->next_gc_bin;
67 tcache->next_gc_bin++;
68 if (tcache->next_gc_bin == nhbins)
69 tcache->next_gc_bin = 0;
  /external/jemalloc/include/jemalloc/internal/
tcache.h 99 szind_t next_gc_bin; /* Next bin to GC. */ member in struct:tcache_s

Completed in 98 milliseconds