| /src/contrib/jemalloc/src/ |
| H A D | prof.c | 594 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 D | mutex.c | 163 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 D | ecache.c | 9 if (malloc_mutex_init(&ecache->mtx, "extents", WITNESS_RANK_EXTENTS, in ecache_init()
|
| H A D | bin.c | 43 if (malloc_mutex_init(&bin->lock, "bin", WITNESS_RANK_BIN, in bin_init()
|
| H A D | hpa.c | 66 err = malloc_mutex_init(¢ral->grow_mtx, "hpa_central_grow", in hpa_central_init() 71 err = malloc_mutex_init(¢ral->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 D | hook.c | 23 return malloc_mutex_init(&hooks_mu, "hooks", WITNESS_RANK_HOOK, in hook_boot()
|
| H A D | edata_cache.c | 13 if (malloc_mutex_init(&edata_cache->mtx, "edata_cache", in edata_cache_init()
|
| H A D | prof_recent.c | 587 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 D | rtree.c | 22 if (malloc_mutex_init(&rtree->init_lock, "rtree", WITNESS_RANK_RTREE, in rtree_new()
|
| H A D | background_thread.c | 787 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 D | decay.c | 54 if (malloc_mutex_init(&decay->mtx, "decay", WITNESS_RANK_DECAY, in decay_init()
|
| H A D | tsd.c | 439 if (malloc_mutex_init(&tsd_nominal_tsds_lock, "tsd_nominal_tsds_lock", in malloc_tsd_boot0()
|
| H A D | sec.c | 47 bool err = malloc_mutex_init(&shard->mtx, "sec_shard", in sec_init()
|
| H A D | base.c | 375 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE, in base_new()
|
| H A D | prof_log.c | 705 if (malloc_mutex_init(&log_mtx, "prof_log", in prof_log_init()
|
| H A D | pac.c | 72 if (malloc_mutex_init(&pac->grow_mtx, "extent_grow", in pac_init()
|
| H A D | arena.c | 1631 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 D | tcache.c | 1054 if (malloc_mutex_init(&tcaches_mtx, "tcaches", WITNESS_RANK_TCACHES, in tcache_boot()
|
| H A D | jemalloc.c | 237 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 D | ctl.c | 1740 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL, in ctl_boot()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | san_bump.h | 38 bool err = malloc_mutex_init(&sba->mtx, "sanitizer_bump_allocator", in san_bump_alloc_init()
|
| H A D | lockedint.h | 30 malloc_mutex_init(&(mu), name, rank, rank_mode)
|
| H A D | mutex.h | 136 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
|
| /src/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 119 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 D | private_namespace.h | 382 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
|