Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_types.h40 #define PROF_NCTX_LOCKS 1024 macro
/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_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()
/external/jemalloc/include/jemalloc/internal/
Dprof.h39 #define PROF_NCTX_LOCKS 1024 macro