Home
last modified time | relevance | path

Searched refs:next_gc_bin (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/src/
Dtcache.c39 szind_t binind = tcache->next_gc_bin; in tcache_event_hard()
71 tcache->next_gc_bin++; in tcache_event_hard()
72 if (tcache->next_gc_bin == nhbins) in tcache_event_hard()
73 tcache->next_gc_bin = 0; in tcache_event_hard()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h99 szind_t next_gc_bin; /* Next bin to GC. */ member