Searched refs:malloc_mutex_init (Results 1 – 12 of 12) sorted by relevance
/external/jemalloc/src/ |
D | mutex.c | 72 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()
|
D | prof.c | 2200 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()
|
D | base.c | 159 if (malloc_mutex_init(&base_mtx, "base", WITNESS_RANK_BASE)) in base_boot()
|
D | tcache.c | 566 if (malloc_mutex_init(&tcaches_mtx, "tcaches", WITNESS_RANK_TCACHES)) { in tcache_boot()
|
D | arena.c | 3557 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()
|
D | jemalloc.c | 230 malloc_mutex_init(&init_lock, "init", WITNESS_RANK_INIT); in JEMALLOC_ATTR() 1376 if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS))
|
D | ctl.c | 1015 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL)) in ctl_boot()
|
/external/jemalloc/include/jemalloc/internal/ |
D | mb.h | 107 malloc_mutex_init(&mtx, "mb", WITNESS_RANK_OMIT); in mb_write()
|
D | mutex.h | 65 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
|
D | private_symbols.txt | 326 malloc_mutex_init
|
D | private_namespace.h | 326 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
|
D | private_unnamespace.h | 326 #undef malloc_mutex_init
|