Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_types.h39 #define PROF_NCTX_LOCKS 1024 macro
/third_party/ulib/jemalloc/src/
A Dprof.c532 return (&gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]); in prof_gctx_mutex_choose()
2315 b0get(), PROF_NCTX_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()
2319 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_boot2()
2361 for (i = 0; i < PROF_NCTX_LOCKS; i++) in prof_prefork0()
2390 for (i = 0; i < PROF_NCTX_LOCKS; i++) in prof_postfork_parent()
2411 for (i = 0; i < PROF_NCTX_LOCKS; i++) in prof_postfork_child()

Completed in 7 milliseconds