Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c542 unsigned ngctxs = atomic_fetch_add_u(&cum_gctxs, 1, ATOMIC_RELAXED); in prof_gctx_mutex_choose() local
544 return &gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]; in prof_gctx_mutex_choose()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch84750 - unsigned ngctxs = atomic_fetch_add_u(&cum_gctxs, 1, ATOMIC_RELAXED);
84752 - return &gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS];