Home
last modified time | relevance | path

Searched refs:prof_recent_alloc_mtx (Results 1 – 5 of 5) sorted by relevance

/src/contrib/jemalloc/src/
H A Dprof_recent.c11 malloc_mutex_t prof_recent_alloc_mtx; /* Protects the fields below */ variable
31 malloc_mutex_assert_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_max_get()
37 malloc_mutex_assert_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_max_update()
69 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_prepare()
95 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in decrement_recent_count()
116 malloc_mutex_assert_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_edata_get()
122 malloc_mutex_assert_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_edata_set()
146 malloc_mutex_assert_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in edata_prof_recent_alloc_get()
157 malloc_mutex_assert_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in edata_prof_recent_alloc_update_internal()
167 malloc_mutex_assert_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in edata_prof_recent_alloc_set()
[all …]
H A Dprof.c727 malloc_mutex_prefork(tsdn, &prof_recent_alloc_mtx); in prof_prefork1()
743 malloc_mutex_postfork_parent(tsdn, &prof_recent_alloc_mtx); in prof_postfork_parent()
770 malloc_mutex_postfork_child(tsdn, &prof_recent_alloc_mtx); in prof_postfork_child()
H A Dctl.c1361 prof_recent_alloc_mtx); in ctl_refresh()
3640 MUTEX_PROF_RESET(prof_recent_alloc_mtx); in CTL_RO_CGEN()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_recent.h4 extern malloc_mutex_t prof_recent_alloc_mtx;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h572 #define prof_recent_alloc_mtx JEMALLOC_N(prof_recent_alloc_mtx) macro