Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_types.h45 #define PROF_NTDATA_LOCKS 256 macro
/third_party/ulib/jemalloc/src/
A Dprof.c538 return (&tdata_locks[thr_uid % PROF_NTDATA_LOCKS]); in prof_tdata_mutex_choose()
2326 b0get(), PROF_NTDATA_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()
2330 for (i = 0; i < PROF_NTDATA_LOCKS; i++) { in prof_boot2()
2359 for (i = 0; i < PROF_NTDATA_LOCKS; i++) in prof_prefork0()
2392 for (i = 0; i < PROF_NTDATA_LOCKS; i++) in prof_postfork_parent()
2413 for (i = 0; i < PROF_NTDATA_LOCKS; i++) in prof_postfork_child()

Completed in 8 milliseconds