Home
last modified time | relevance | path

Searched refs:malloc_mutex_prof_data_reset (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprivate_namespace.h236 #define malloc_mutex_prof_data_reset JEMALLOC_N(malloc_mutex_prof_data_reset) macro
H A Dprivate_namespace_jet.h239 #define malloc_mutex_prof_data_reset JEMALLOC_N(malloc_mutex_prof_data_reset) macro
H A Dmutex.h135 void malloc_mutex_prof_data_reset(tsdn_t *tsdn, malloc_mutex_t *mutex);
/aosp_15_r20/external/jemalloc_new/src/
H A Dmutex.c112 malloc_mutex_prof_data_reset(tsdn_t *tsdn, malloc_mutex_t *mutex) { in malloc_mutex_prof_data_reset() function
H A Dctl.c2842 malloc_mutex_prof_data_reset(tsdn, &mtx); \ in CTL_RO_NL_CGEN()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch46758 -void malloc_mutex_prof_data_reset(tsdn_t *tsdn, malloc_mutex_t *mutex);
69544 - malloc_mutex_prof_data_reset(tsdn, &mtx); \
81387 -malloc_mutex_prof_data_reset(tsdn_t *tsdn, malloc_mutex_t *mutex) {