Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c539 return (&gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]); in prof_gctx_mutex_choose()
2247 PROF_NCTX_LOCKS * sizeof(malloc_mutex_t)); in prof_boot2()
2250 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_boot2()
2292 for (i = 0; i < PROF_NCTX_LOCKS; i++) in prof_prefork0()
2323 for (i = 0; i < PROF_NCTX_LOCKS; i++) in prof_postfork_parent()
2345 for (i = 0; i < PROF_NCTX_LOCKS; i++) in prof_postfork_child()
/external/jemalloc/include/jemalloc/internal/
Dprof.h39 #define PROF_NCTX_LOCKS 1024 macro