Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c810 unsigned ngctxs = atomic_fetch_add_u(&cum_gctxs, 1, ATOMIC_RELAXED); in prof_gctx_mutex_choose() local
812 return &gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]; in prof_gctx_mutex_choose()