Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dmutex.c72 malloc_mutex_init(malloc_mutex_t *mutex) in malloc_mutex_init() function
130 if (malloc_mutex_init(mutex)) { in malloc_mutex_postfork_child()
Dprof.c2130 if (malloc_mutex_init(&prof_active_mtx)) in prof_boot2()
2134 if (malloc_mutex_init(&prof_gdump_mtx)) in prof_boot2()
2138 if (malloc_mutex_init(&prof_thread_active_init_mtx)) in prof_boot2()
2145 if (malloc_mutex_init(&bt2gctx_mtx)) in prof_boot2()
2149 if (malloc_mutex_init(&tdatas_mtx)) in prof_boot2()
2153 if (malloc_mutex_init(&next_thr_uid_mtx)) in prof_boot2()
2156 if (malloc_mutex_init(&prof_dump_seq_mtx)) in prof_boot2()
2158 if (malloc_mutex_init(&prof_dump_mtx)) in prof_boot2()
2173 if (malloc_mutex_init(&gctx_locks[i])) in prof_boot2()
2182 if (malloc_mutex_init(&tdata_locks[i])) in prof_boot2()
Dchunk_dss.c181 if (malloc_mutex_init(&dss_mtx)) in chunk_dss_boot()
Dbase.c147 if (malloc_mutex_init(&base_mtx)) in base_boot()
Darena.c3339 if (malloc_mutex_init(&arena->lock)) in arena_new()
3390 if (malloc_mutex_init(&arena->huge_mtx)) in arena_new()
3397 if (malloc_mutex_init(&arena->chunks_mtx)) in arena_new()
3400 if (malloc_mutex_init(&arena->node_cache_mtx)) in arena_new()
3408 if (malloc_mutex_init(&bin->lock)) in arena_new()
Djemalloc.c215 malloc_mutex_init(&init_lock); in JEMALLOC_ATTR()
1251 if (malloc_mutex_init(&arenas_lock))
Dctl.c1005 if (malloc_mutex_init(&ctl_mtx)) in ctl_boot()
/external/jemalloc/include/jemalloc/internal/
Dmb.h107 malloc_mutex_init(&mtx); in mb_write()
Dmutex.h55 bool malloc_mutex_init(malloc_mutex_t *mutex);
Dprivate_symbols.txt306 malloc_mutex_init
Dprivate_namespace.h308 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
Dprivate_unnamespace.h308 #undef malloc_mutex_init