/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))
|
/external/jemalloc_new/src/ |
D | mutex.c | 134 malloc_mutex_init(malloc_mutex_t *mutex, const char *name, in malloc_mutex_init() function 200 if (malloc_mutex_init(mutex, mutex->witness.name, in malloc_mutex_postfork_child()
|
D | mutex_pool.c | 12 if (malloc_mutex_init(&pool->mutexes[i], name, rank, in mutex_pool_init()
|
D | prof.c | 1766 if (malloc_mutex_init(&prof_accum->mtx, "prof_accum", in prof_accum_init() 2301 if (malloc_mutex_init(&prof_active_mtx, "prof_active", in prof_boot2() 2307 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump", in prof_boot2() 2313 if (malloc_mutex_init(&prof_thread_active_init_mtx, in prof_boot2() 2324 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx", in prof_boot2() 2330 if (malloc_mutex_init(&tdatas_mtx, "prof_tdatas", in prof_boot2() 2336 if (malloc_mutex_init(&next_thr_uid_mtx, "prof_next_thr_uid", in prof_boot2() 2341 if (malloc_mutex_init(&prof_dump_seq_mtx, "prof_dump_seq", in prof_boot2() 2345 if (malloc_mutex_init(&prof_dump_mtx, "prof_dump", in prof_boot2() 2365 if (malloc_mutex_init(&gctx_locks[i], "prof_gctx", in prof_boot2() [all …]
|
D | bin.c | 24 if (malloc_mutex_init(&bin->lock, "bin", WITNESS_RANK_BIN, in bin_init()
|
D | background_thread.c | 876 if (malloc_mutex_init(&background_thread_lock, in background_thread_boot1() 893 if (malloc_mutex_init(&info->mtx, "background_thread", in background_thread_boot1()
|
D | rtree.c | 22 if (malloc_mutex_init(&rtree->init_lock, "rtree", WITNESS_RANK_RTREE, in rtree_new()
|
D | arena.c | 588 if (malloc_mutex_init(&decay->mtx, "decay", WITNESS_RANK_DECAY, in arena_decay_init() 1796 if (malloc_mutex_init(&arena->tcache_ql_mtx, "tcache_ql", in arena_new() 1828 if (malloc_mutex_init(&arena->large_mtx, "arena_large", in arena_new() 1873 if (malloc_mutex_init(&arena->extent_grow_mtx, "extent_grow", in arena_new() 1879 if (malloc_mutex_init(&arena->extent_avail_mtx, "extent_avail", in arena_new()
|
D | base.c | 366 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE, in base_new()
|
D | tcache.c | 681 if (malloc_mutex_init(&tcaches_mtx, "tcaches", WITNESS_RANK_TCACHES, in tcache_boot()
|
D | jemalloc.c | 147 malloc_mutex_init(&init_lock, "init", WITNESS_RANK_INIT, in JEMALLOC_ATTR() 1317 if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS,
|
/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
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | arena_stats.h | 105 if (malloc_mutex_init(&arena_stats->mtx, "arena_stats", in arena_stats_init()
|
D | mutex.h | 129 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
|
D | private_namespace.h | 230 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
|
D | private_namespace_jet.h | 233 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
|