Searched refs:TCACHE_GC_SWEEP (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h46 * TCACHE_GC_SWEEP is the approximate number of allocation events between
50 #define TCACHE_GC_SWEEP 8192 macro
54 ((TCACHE_GC_SWEEP / NBINS) + ((TCACHE_GC_SWEEP / NBINS == 0) ? 0 : 1))

Completed in 123 milliseconds