Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c81 static atomic_u_t cum_gctxs; /* Atomic counter. */ variable
542 unsigned ngctxs = atomic_fetch_add_u(&cum_gctxs, 1, ATOMIC_RELAXED); in prof_gctx_mutex_choose()