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
126 if (malloc_mutex_init(mutex)) { in malloc_mutex_postfork_child()
Dprof.c2093 if (malloc_mutex_init(&prof_active_mtx)) in prof_boot2()
2097 if (malloc_mutex_init(&prof_gdump_mtx)) in prof_boot2()
2101 if (malloc_mutex_init(&prof_thread_active_init_mtx)) in prof_boot2()
2108 if (malloc_mutex_init(&bt2gctx_mtx)) in prof_boot2()
2112 if (malloc_mutex_init(&tdatas_mtx)) in prof_boot2()
2116 if (malloc_mutex_init(&next_thr_uid_mtx)) in prof_boot2()
2119 if (malloc_mutex_init(&prof_dump_seq_mtx)) in prof_boot2()
2121 if (malloc_mutex_init(&prof_dump_mtx)) in prof_boot2()
2136 if (malloc_mutex_init(&gctx_locks[i])) in prof_boot2()
2145 if (malloc_mutex_init(&tdata_locks[i])) in prof_boot2()
Dchunk_dss.c180 if (malloc_mutex_init(&dss_mtx)) in chunk_dss_boot()
Dbase.c145 if (malloc_mutex_init(&base_mtx)) in base_boot()
Darena.c2815 if (malloc_mutex_init(&arena->lock)) in arena_new()
2861 if (malloc_mutex_init(&arena->huge_mtx)) in arena_new()
2870 if (malloc_mutex_init(&arena->chunks_mtx)) in arena_new()
2873 if (malloc_mutex_init(&arena->node_cache_mtx)) in arena_new()
2883 if (malloc_mutex_init(&bin->lock)) in arena_new()
Djemalloc.c185 malloc_mutex_init(&init_lock); in JEMALLOC_ATTR()
1201 if (malloc_mutex_init(&arenas_lock))
Dctl.c1003 if (malloc_mutex_init(&ctl_mtx)) in ctl_boot()
/external/jemalloc/include/jemalloc/internal/
Dmb.h107 malloc_mutex_init(&mtx); in mb_write()
Dmutex.h51 bool malloc_mutex_init(malloc_mutex_t *mutex);
Dprivate_symbols.txt297 malloc_mutex_init
Dprivate_namespace.h297 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
Dprivate_unnamespace.h297 #undef malloc_mutex_init