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, const char *name, witness_rank_t rank) in malloc_mutex_init() function
134 if (malloc_mutex_init(mutex, mutex->witness.name, in malloc_mutex_postfork_child()
Dprof.c2200 if (malloc_mutex_init(&prof_active_mtx, "prof_active", in prof_boot2()
2205 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump", in prof_boot2()
2210 if (malloc_mutex_init(&prof_thread_active_init_mtx, in prof_boot2()
2218 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx", in prof_boot2()
2223 if (malloc_mutex_init(&tdatas_mtx, "prof_tdatas", in prof_boot2()
2228 if (malloc_mutex_init(&next_thr_uid_mtx, "prof_next_thr_uid", in prof_boot2()
2232 if (malloc_mutex_init(&prof_dump_seq_mtx, "prof_dump_seq", in prof_boot2()
2235 if (malloc_mutex_init(&prof_dump_mtx, "prof_dump", in prof_boot2()
2251 if (malloc_mutex_init(&gctx_locks[i], "prof_gctx", in prof_boot2()
2261 if (malloc_mutex_init(&tdata_locks[i], "prof_tdata", in prof_boot2()
Dbase.c159 if (malloc_mutex_init(&base_mtx, "base", WITNESS_RANK_BASE)) in base_boot()
Dtcache.c566 if (malloc_mutex_init(&tcaches_mtx, "tcaches", WITNESS_RANK_TCACHES)) { in tcache_boot()
Darena.c3557 if (malloc_mutex_init(&arena->lock, "arena", WITNESS_RANK_ARENA)) in arena_new()
3613 if (malloc_mutex_init(&arena->huge_mtx, "arena_huge", in arena_new()
3621 if (malloc_mutex_init(&arena->chunks_mtx, "arena_chunks", in arena_new()
3625 if (malloc_mutex_init(&arena->node_cache_mtx, "arena_node_cache", in arena_new()
3634 if (malloc_mutex_init(&bin->lock, "arena_bin", in arena_new()
Djemalloc.c230 malloc_mutex_init(&init_lock, "init", WITNESS_RANK_INIT); in JEMALLOC_ATTR()
1376 if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS))
Dctl.c1015 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL)) in ctl_boot()
/external/jemalloc/include/jemalloc/internal/
Dmb.h107 malloc_mutex_init(&mtx, "mb", WITNESS_RANK_OMIT); in mb_write()
Dmutex.h65 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
Dprivate_symbols.txt326 malloc_mutex_init
Dprivate_namespace.h326 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
Dprivate_unnamespace.h326 #undef malloc_mutex_init