Searched refs:malloc_mutex_init (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dmutex_externs.h13 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
H A Dprivate_namespace.h275 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
H A Dprivate_unnamespace.h275 #undef malloc_mutex_init macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dmutex.c71 malloc_mutex_init(malloc_mutex_t *mutex, const char *name, witness_rank_t rank) function
129 if (malloc_mutex_init(mutex, mutex->witness.name,
H A Dprof.c2268 if (malloc_mutex_init(&prof_active_mtx, "prof_active",
2273 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump",
2278 if (malloc_mutex_init(&prof_thread_active_init_mtx,
2286 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx",
2291 if (malloc_mutex_init(&tdatas_mtx, "prof_tdatas",
2296 if (malloc_mutex_init(&next_thr_uid_mtx, "prof_next_thr_uid",
2300 if (malloc_mutex_init(&prof_dump_seq_mtx, "prof_dump_seq",
2303 if (malloc_mutex_init(&prof_dump_mtx, "prof_dump",
2320 if (malloc_mutex_init(&gctx_locks[i], "prof_gctx",
2331 if (malloc_mutex_init(
[all...]
H A Drtree.c61 malloc_mutex_init(&rtree->init_lock, "rtree", WITNESS_RANK_RTREE);
H A Darena.c1708 if (malloc_mutex_init(&arena->lock, "arena", WITNESS_RANK_ARENA))
1740 if (malloc_mutex_init(&arena->large_mtx, "arena_large",
1752 if (malloc_mutex_init(&arena->extents_mtx, "arena_extents",
1760 if (malloc_mutex_init(&arena->extent_cache_mtx, "arena_extent_cache",
1767 if (malloc_mutex_init(&bin->lock, "arena_bin",
H A Dbase.c226 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE)) {
H A Djemalloc.c225 malloc_mutex_init(&init_lock, "init", WITNESS_RANK_INIT);
1207 if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS))
H A Dctl.c1026 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL))

Completed in 108 milliseconds