Home
last modified time | relevance | path

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

12

/src/contrib/jemalloc/src/
H A Dbackground_thread.c176 malloc_mutex_unlock(tsdn, &info->mtx);
179 malloc_mutex_unlock(tsdn, &background_thread_lock);
253 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
314 malloc_mutex_unlock(tsdn, &background_thread_info[0].mtx);
326 malloc_mutex_unlock(tsdn, &info->mtx);
397 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
424 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
475 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
485 malloc_mutex_unlock(tsd_tsdn(tsd), &t0->mtx);
505 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
[all …]
H A Dhpa.c112 malloc_mutex_unlock(tsdn, &central->grow_mtx); in hpa_central_extract()
118 malloc_mutex_unlock(tsdn, &central->grow_mtx); in hpa_central_extract()
138 malloc_mutex_unlock(tsdn, &central->grow_mtx); in hpa_central_extract()
145 malloc_mutex_unlock(tsdn, &central->grow_mtx); in hpa_central_extract()
155 malloc_mutex_unlock(tsdn, &central->grow_mtx); in hpa_central_extract()
172 malloc_mutex_unlock(tsdn, &central->grow_mtx); in hpa_central_extract()
263 malloc_mutex_unlock(tsdn, &shard->mtx); in hpa_shard_stats_merge()
264 malloc_mutex_unlock(tsdn, &shard->grow_mtx); in hpa_shard_stats_merge()
418 malloc_mutex_unlock(tsdn, &shard->mtx); in hpa_try_purge()
499 malloc_mutex_unlock(tsdn, &shard->mtx); in hpa_try_hugify()
[all …]
H A Dprof_data.c164 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_leave()
233 malloc_mutex_unlock(tsd_tsdn(tsd), gctx->lock); in prof_gctx_try_destroy()
241 malloc_mutex_unlock(tsd_tsdn(tsd), gctx->lock); in prof_gctx_try_destroy()
308 malloc_mutex_unlock(tsd_tsdn(tsd), gctx.p->lock); in prof_lookup_global()
344 malloc_mutex_unlock(tsd_tsdn(tsd), tdata->lock); in prof_lookup()
380 malloc_mutex_unlock(tsd_tsdn(tsd), tdata->lock); in prof_lookup()
392 malloc_mutex_unlock(tsd_tsdn(tsd), gctx->lock); in prof_lookup()
419 malloc_mutex_unlock(tsdn, &tdatas_mtx); in prof_tdata_count()
439 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_bt_count()
677 malloc_mutex_unlock(tsdn, tctx->gctx->lock); in prof_tctx_merge_tdata()
[all …]
H A Dprof_sys.c521 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_dump()
553 malloc_mutex_unlock(tsdn, &prof_dump_filename_mtx); in prof_prefix_is_empty()
585 malloc_mutex_unlock(tsdn, &prof_dump_filename_mtx); in prof_get_default_filename()
595 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_filename_mtx); in prof_fdump_impl()
605 malloc_mutex_unlock(tsdn, &prof_dump_filename_mtx); in prof_prefix_set()
619 malloc_mutex_unlock(tsdn, &prof_dump_filename_mtx); in prof_prefix_set()
628 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_filename_mtx); in prof_idump_impl()
634 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_filename_mtx); in prof_idump_impl()
645 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_filename_mtx); in prof_mdump_impl()
650 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_filename_mtx); in prof_mdump_impl()
[all …]
H A Dedata_cache.c26 malloc_mutex_unlock(tsdn, &edata_cache->mtx); in edata_cache_get()
31 malloc_mutex_unlock(tsdn, &edata_cache->mtx); in edata_cache_get()
40 malloc_mutex_unlock(tsdn, &edata_cache->mtx); in edata_cache_put()
78 malloc_mutex_unlock(tsdn, &ecs->fallback->mtx); in edata_cache_fast_try_fill_from_fallback()
129 malloc_mutex_unlock(tsdn, &ecs->fallback->mtx); in edata_cache_fast_flush_all()
H A Dsec.c151 malloc_mutex_unlock(tsdn, &shard->mtx); in sec_flush_some_and_unlock()
201 malloc_mutex_unlock(tsdn, &shard->mtx); in sec_batch_fill_and_alloc()
214 malloc_mutex_unlock(tsdn, &shard->mtx); in sec_batch_fill_and_alloc()
250 malloc_mutex_unlock(tsdn, &shard->mtx); in sec_alloc()
332 malloc_mutex_unlock(tsdn, &shard->mtx); in sec_shard_dalloc_and_unlock()
351 malloc_mutex_unlock(tsdn, &shard->mtx); in sec_dalloc()
362 malloc_mutex_unlock(tsdn, &sec->shards[i].mtx); in sec_flush()
372 malloc_mutex_unlock(tsdn, &sec->shards[i].mtx); in sec_disable()
387 malloc_mutex_unlock(tsdn, &sec->shards[i].mtx); in sec_stats_merge()
399 malloc_mutex_unlock(tsdn, &sec->shards[i].mtx); in sec_mutex_stats_read()
H A Dtsd.c80 malloc_mutex_unlock(TSDN_NULL, &tsd_nominal_tsds_lock); in tsd_in_nominal_list()
91 malloc_mutex_unlock(tsd_tsdn(tsd), &tsd_nominal_tsds_lock); in tsd_add_nominal()
100 malloc_mutex_unlock(tsd_tsdn(tsd), &tsd_nominal_tsds_lock); in tsd_remove_nominal()
121 malloc_mutex_unlock(tsdn, &tsd_nominal_tsds_lock); in tsd_force_recompute()
511 malloc_mutex_unlock(TSDN_NULL, &head->lock); in tsd_init_check_recursion()
519 malloc_mutex_unlock(TSDN_NULL, &head->lock); in tsd_init_check_recursion()
527 malloc_mutex_unlock(TSDN_NULL, &head->lock); in tsd_init_finish()
H A Dprof_recent.c217 malloc_mutex_unlock(tsd_tsdn(tsd), dalloc_tctx->tdata->lock); in prof_recent_alloc_reset()
233 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_reset()
325 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc()
375 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc()
398 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc()
468 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_max_ctl_write()
551 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_dump()
573 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_dump()
576 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_recent_dump_mtx); in prof_recent_alloc_dump()
H A Dprof.c138 malloc_mutex_unlock(tsd_tsdn(tsd), tctx->tdata->lock); in prof_malloc_sample_object()
376 malloc_mutex_unlock(tsdn, &next_thr_uid_mtx); in prof_thr_uid_alloc()
421 malloc_mutex_unlock(tsdn, &prof_active_mtx); in prof_active_get()
433 malloc_mutex_unlock(tsdn, &prof_active_mtx); in prof_active_set()
493 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_get()
504 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_set()
514 malloc_mutex_unlock(tsdn, &prof_gdump_mtx); in prof_gdump_get()
525 malloc_mutex_unlock(tsdn, &prof_gdump_mtx); in prof_gdump_set()
H A Darena.c171 malloc_mutex_unlock(tsdn, &arena->tcache_ql_mtx); in arena_stats_merge()
177 malloc_mutex_unlock(tsdn, &arena->mtx); in arena_stats_merge()
429 malloc_mutex_unlock(tsdn, &decay->mtx); in arena_decay_impl()
446 malloc_mutex_unlock(tsdn, &decay->mtx); in arena_decay_impl()
502 malloc_mutex_unlock(tsdn, &decay->mtx); in arena_should_decay_early()
508 malloc_mutex_unlock(tsdn, &decay->mtx); in arena_should_decay_early()
517 malloc_mutex_unlock(tsdn, &decay->mtx); in arena_should_decay_early()
557 malloc_mutex_unlock(tsdn, &info->mtx); in arena_maybe_do_deferred_work()
636 malloc_mutex_unlock(tsd_tsdn(tsd), &bin->lock); in arena_bin_reset()
641 malloc_mutex_unlock(tsd_tsdn(tsd), &bin->lock); in arena_bin_reset()
[all …]
H A Drtree.c55 malloc_mutex_unlock(tsdn, &rtree->init_lock); in rtree_node_init()
64 malloc_mutex_unlock(tsdn, &rtree->init_lock); in rtree_node_init()
81 malloc_mutex_unlock(tsdn, &rtree->init_lock); in rtree_leaf_init()
90 malloc_mutex_unlock(tsdn, &rtree->init_lock); in rtree_leaf_init()
H A Dtcache.c420 malloc_mutex_unlock(tsdn, &cur_arena->large_mtx); in tcache_bin_flush_impl()
467 malloc_mutex_unlock(tsdn, &cur_bin->lock); in tcache_bin_flush_impl()
494 malloc_mutex_unlock(tsdn, &bin->lock); in tcache_bin_flush_impl()
597 malloc_mutex_unlock(tsdn, &arena->tcache_ql_mtx); in tcache_arena_associate()
624 malloc_mutex_unlock(tsdn, &arena->tcache_ql_mtx); in tcache_arena_dissociate()
873 malloc_mutex_unlock(tsdn, &bin->lock); in tcache_stats_merge()
941 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create()
970 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_flush()
984 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_destroy()
H A Dsan_bump.c58 malloc_mutex_unlock(tsdn, &sba->mtx); in san_bump_alloc()
84 malloc_mutex_unlock(tsdn, &sba->mtx); in san_bump_alloc()
H A Dprof_log.c279 malloc_mutex_unlock(tsd_tsdn(tsd), &log_mtx); in prof_try_log()
467 malloc_mutex_unlock(tsdn, &log_mtx); in prof_log_start()
624 malloc_mutex_unlock(tsdn, &log_mtx); in prof_log_stop()
634 malloc_mutex_unlock(tsdn, &log_mtx); in prof_log_stop()
692 malloc_mutex_unlock(tsdn, &log_mtx); in prof_log_stop()
H A Dextent.c217 malloc_mutex_unlock(tsdn, &ecache->mtx); in ecache_evict()
581 malloc_mutex_unlock(tsdn, &ecache->mtx); in extent_recycle_split()
609 malloc_mutex_unlock(tsdn, &ecache->mtx); in extent_recycle()
615 malloc_mutex_unlock(tsdn, &ecache->mtx); in extent_recycle()
757 malloc_mutex_unlock(tsdn, &pac->grow_mtx); in extent_grow_retained()
769 malloc_mutex_unlock(tsdn, &pac->grow_mtx); in extent_grow_retained()
786 malloc_mutex_unlock(tsdn, &pac->grow_mtx); in extent_alloc_retained()
795 malloc_mutex_unlock(tsdn, &pac->grow_mtx); in extent_alloc_retained()
944 malloc_mutex_unlock(tsdn, &ecache->mtx); in extent_record()
952 malloc_mutex_unlock(tsdn, &ecache->mtx); in extent_record()
H A Dhook.c54 malloc_mutex_unlock(tsdn, &hooks_mu); in hook_install()
84 malloc_mutex_unlock(tsdn, &hooks_mu); in hook_remove()
H A Dctl.c1350 malloc_mutex_unlock(tsdn, &mtx); in ctl_refresh()
1458 malloc_mutex_unlock(tsdn, &ctl_mtx); in ctl_init()
1878 malloc_mutex_unlock(tsd_tsdn(tsd), &ctl_mtx); \
1900 malloc_mutex_unlock(tsd_tsdn(tsd), &ctl_mtx); \
1918 malloc_mutex_unlock(tsd_tsdn(tsd), &ctl_mtx); \
1996 malloc_mutex_unlock(tsd_tsdn(tsd), &ctl_mtx); in CTL_RO_NL_GEN()
2046 malloc_mutex_unlock(tsd_tsdn(tsd), &background_thread_lock); in background_thread_ctl()
2047 malloc_mutex_unlock(tsd_tsdn(tsd), &ctl_mtx); in background_thread_ctl()
2105 malloc_mutex_unlock(tsd_tsdn(tsd), &background_thread_lock); in max_background_threads_ctl()
2106 malloc_mutex_unlock(tsd_tsdn(tsd), &ctl_mtx); in max_background_threads_ctl()
[all …]
H A Dmutex.c219 malloc_mutex_unlock(tsdn, mutex); in malloc_mutex_postfork_parent()
225 malloc_mutex_unlock(tsdn, mutex); in malloc_mutex_postfork_child()
H A Dbase.c285 malloc_mutex_unlock(tsdn, &base->mtx); in base_block_alloc()
311 malloc_mutex_unlock(tsdn, &base->mtx); in base_extent_alloc()
465 malloc_mutex_unlock(tsdn, &base->mtx); in base_alloc_impl()
506 malloc_mutex_unlock(tsdn, &base->mtx); in base_stats_get()
H A Dpac.c291 malloc_mutex_unlock(tsdn, &decay->mtx); in pac_ns_until_purge()
335 malloc_mutex_unlock(tsdn, &pac->grow_mtx); in pac_retain_grow_limit_get_set()
445 malloc_mutex_unlock(tsdn, &decay->mtx); in pac_decay_to_limit()
544 malloc_mutex_unlock(tsdn, &decay->mtx); in pac_decay_ms_set()
H A Dprof_stats.c20 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_stats_mtx); in prof_stats_leave()
H A Dlarge.c47 malloc_mutex_unlock(tsdn, &arena->large_mtx); in large_palloc()
238 malloc_mutex_unlock(tsdn, &arena->large_mtx); in large_dalloc_prep_impl()
H A Dinspect.c76 malloc_mutex_unlock(tsdn, &bin->lock); in inspect_extent_util_stats_verbose_get()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbin.h79 malloc_mutex_unlock(tsdn, &bin->lock); in bin_stats_merge()
H A Dlockedint.h33 # define LOCKEDINT_MTX_UNLOCK(tsdn, mu) malloc_mutex_unlock(tsdn, &(mu))

12