Home
last modified time | relevance | path

Searched refs:TCACHE_GC_INCR (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDtcache_types.h47 #define TCACHE_GC_INCR \ macro
HDtcache_inlines.h32 if (TCACHE_GC_INCR == 0) { in tcache_event()
/freebsd-13-stable/contrib/jemalloc/src/
HDtcache.c416 ticker_init(&tcache->gc_ticker, TCACHE_GC_INCR); in tcache_init()