Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c66 static unsigned cum_gctxs; /* Atomic counter. */ variable
537 unsigned ngctxs = atomic_add_u(&cum_gctxs, 1); in prof_gctx_mutex_choose()