Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_types.h40 #define PROF_NCTX_LOCKS 1024 macro
/external/jemalloc_new/src/
Dprof.c544 return &gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]; in prof_gctx_mutex_choose()
2359 b0get(), PROF_NCTX_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()
2364 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_boot2()
2411 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_prefork0()
2439 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_postfork_parent()
2461 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_postfork_child()