/aosp_15_r20/external/jemalloc_new/src/ |
H A 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 …]
|
H A 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()
|
H A D | mutex_pool.c | 12 if (malloc_mutex_init(&pool->mutexes[i], name, rank, in mutex_pool_init()
|
H A D | bin.c | 24 if (malloc_mutex_init(&bin->lock, "bin", WITNESS_RANK_BIN, in bin_init()
|
H A D | arena.c | 606 if (malloc_mutex_init(&decay->mtx, "decay", WITNESS_RANK_DECAY, in arena_decay_init() 1835 if (malloc_mutex_init(&arena->tcache_ql_mtx, "tcache_ql", in arena_new() 1870 if (malloc_mutex_init(&arena->large_mtx, "arena_large", in arena_new() 1926 if (malloc_mutex_init(&arena->extent_grow_mtx, "extent_grow", in arena_new() 1932 if (malloc_mutex_init(&arena->extent_avail_mtx, "extent_avail", in arena_new()
|
H A 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()
|
H A D | rtree.c | 22 if (malloc_mutex_init(&rtree->init_lock, "rtree", WITNESS_RANK_RTREE, in rtree_new()
|
H A D | base.c | 366 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE, in base_new()
|
H A D | tcache.c | 689 if (malloc_mutex_init(&tcaches_mtx, "tcaches", WITNESS_RANK_TCACHES, in tcache_boot()
|
H A D | extent.c | 283 if (malloc_mutex_init(&extents->mtx, "extents", WITNESS_RANK_EXTENTS, in extents_init() 2203 …malloc_mutex_init(&extents_rtree.init_lock, "rtree", WITNESS_RANK_RTREE, malloc_mutex_rank_exclusi… in extent_postfork_child()
|
H A D | jemalloc.c | 147 malloc_mutex_init(&init_lock, "init", WITNESS_RANK_INIT, in JEMALLOC_ATTR() 1319 if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS,
|
H A D | ctl.c | 1327 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL, in ctl_boot()
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | private_namespace.h | 231 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
|
H A D | private_namespace_jet.h | 234 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
|
H A D | arena_stats.h | 109 if (malloc_mutex_init(&arena_stats->mtx, "arena_stats", in arena_stats_init()
|
H A D | mutex.h | 129 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 46061 - malloc_mutex_init(&(mu), name, rank, rank_mode) 46752 -bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name, 52868 - bool err = malloc_mutex_init(&sba->mtx, "sanitizer_bump_allocator", 63186 - if (malloc_mutex_init(&arena->tcache_ql_mtx, "tcache_ql", 63196 - if (malloc_mutex_init(&arena->large_mtx, "arena_large", 64239 - if (malloc_mutex_init(&background_thread_lock, 64256 - if (malloc_mutex_init(&info->mtx, "background_thread", 64653 - if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE, 64856 - if (malloc_mutex_init(&bin->lock, "bin", WITNESS_RANK_BIN, 67656 - if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL, [all …]
|