Home
last modified time | relevance | path

Searched refs:malloc_mutex_init (Results 1 – 25 of 25) sorted by relevance

/src/contrib/jemalloc/src/
H A Dprof.c594 if (malloc_mutex_init(&prof_active_mtx, "prof_active", in prof_boot2()
598 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump", in prof_boot2()
602 if (malloc_mutex_init(&prof_thread_active_init_mtx, in prof_boot2()
607 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx", in prof_boot2()
611 if (malloc_mutex_init(&tdatas_mtx, "prof_tdatas", in prof_boot2()
615 if (malloc_mutex_init(&next_thr_uid_mtx, "prof_next_thr_uid", in prof_boot2()
619 if (malloc_mutex_init(&prof_stats_mtx, "prof_stats", in prof_boot2()
623 if (malloc_mutex_init(&prof_dump_filename_mtx, in prof_boot2()
628 if (malloc_mutex_init(&prof_dump_mtx, "prof_dump", in prof_boot2()
673 if (malloc_mutex_init(&gctx_locks[i], "prof_gctx", in prof_boot2()
[all …]
H A Dmutex.c163 malloc_mutex_init(malloc_mutex_t *mutex, const char *name, in malloc_mutex_init() function
227 if (malloc_mutex_init(mutex, mutex->witness.name, in malloc_mutex_postfork_child()
H A Decache.c9 if (malloc_mutex_init(&ecache->mtx, "extents", WITNESS_RANK_EXTENTS, in ecache_init()
H A Dbin.c43 if (malloc_mutex_init(&bin->lock, "bin", WITNESS_RANK_BIN, in bin_init()
H A Dhpa.c66 err = malloc_mutex_init(&central->grow_mtx, "hpa_central_grow", in hpa_central_init()
71 err = malloc_mutex_init(&central->mtx, "hpa_central", in hpa_central_init()
184 err = malloc_mutex_init(&shard->grow_mtx, "hpa_shard_grow", in hpa_shard_init()
189 err = malloc_mutex_init(&shard->mtx, "hpa_shard", in hpa_shard_init()
H A Dhook.c23 return malloc_mutex_init(&hooks_mu, "hooks", WITNESS_RANK_HOOK, in hook_boot()
H A Dedata_cache.c13 if (malloc_mutex_init(&edata_cache->mtx, "edata_cache", in edata_cache_init()
H A Dprof_recent.c587 if (malloc_mutex_init(&prof_recent_alloc_mtx, "prof_recent_alloc", in prof_recent_init()
592 if (malloc_mutex_init(&prof_recent_dump_mtx, "prof_recent_dump", in prof_recent_init()
H A Drtree.c22 if (malloc_mutex_init(&rtree->init_lock, "rtree", WITNESS_RANK_RTREE, in rtree_new()
H A Dbackground_thread.c787 if (malloc_mutex_init(&background_thread_lock, in background_thread_boot1()
804 if (malloc_mutex_init(&info->mtx, "background_thread", in background_thread_boot1()
H A Ddecay.c54 if (malloc_mutex_init(&decay->mtx, "decay", WITNESS_RANK_DECAY, in decay_init()
H A Dtsd.c439 if (malloc_mutex_init(&tsd_nominal_tsds_lock, "tsd_nominal_tsds_lock", in malloc_tsd_boot0()
H A Dsec.c47 bool err = malloc_mutex_init(&shard->mtx, "sec_shard", in sec_init()
H A Dbase.c375 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE, in base_new()
H A Dprof_log.c705 if (malloc_mutex_init(&log_mtx, "prof_log", in prof_log_init()
H A Dpac.c72 if (malloc_mutex_init(&pac->grow_mtx, "extent_grow", in pac_init()
H A Darena.c1631 if (malloc_mutex_init(&arena->tcache_ql_mtx, "tcache_ql", in arena_new()
1641 if (malloc_mutex_init(&arena->large_mtx, "arena_large", in arena_new()
H A Dtcache.c1054 if (malloc_mutex_init(&tcaches_mtx, "tcaches", WITNESS_RANK_TCACHES, in tcache_boot()
H A Djemalloc.c237 malloc_mutex_init(&init_lock, "init", WITNESS_RANK_INIT, in JEMALLOC_ATTR()
1873 if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS, in malloc_init_hard_a0_locked()
H A Dctl.c1740 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL, in ctl_boot()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dsan_bump.h38 bool err = malloc_mutex_init(&sba->mtx, "sanitizer_bump_allocator", in san_bump_alloc_init()
H A Dlockedint.h30 malloc_mutex_init(&(mu), name, rank, rank_mode)
H A Dmutex.h136 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
/src/contrib/jemalloc/
H A DFREEBSD-diffs119 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
120 @@ -145,6 +142,7 @@ bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
581 malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h382 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro