Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof.c668 PROF_NCTX_LOCKS * sizeof(malloc_mutex_t), CACHELINE); in prof_boot2()
672 for (unsigned i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_boot2()
713 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_prefork0()
749 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_postfork_parent()
776 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_postfork_child()
H A Dprof_data.c131 return &gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]; in rb_gen()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_types.h57 #define PROF_NCTX_LOCKS 1024 macro