Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c74 static malloc_mutex_t *tdata_locks; variable
545 return (&tdata_locks[thr_uid % PROF_NTDATA_LOCKS]); in prof_tdata_mutex_choose()
2177 tdata_locks = (malloc_mutex_t *)base_alloc(PROF_NTDATA_LOCKS * in prof_boot2()
2179 if (tdata_locks == NULL) in prof_boot2()
2182 if (malloc_mutex_init(&tdata_locks[i])) in prof_boot2()
2214 malloc_mutex_prefork(&tdata_locks[i]); in prof_prefork()
2226 malloc_mutex_postfork_parent(&tdata_locks[i]); in prof_postfork_parent()
2244 malloc_mutex_postfork_child(&tdata_locks[i]); in prof_postfork_child()