Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dmutex.c112 malloc_mutex_prof_data_reset(tsdn_t *tsdn, malloc_mutex_t *mutex) { in malloc_mutex_prof_data_reset() function
Dctl.c2842 malloc_mutex_prof_data_reset(tsdn, &mtx); \ in CTL_RO_NL_CGEN()
/external/jemalloc_new/include/jemalloc/internal/
Dmutex.h135 void malloc_mutex_prof_data_reset(tsdn_t *tsdn, malloc_mutex_t *mutex);
Dprivate_namespace_jet.h239 #define malloc_mutex_prof_data_reset JEMALLOC_N(malloc_mutex_prof_data_reset) macro
Dprivate_namespace.h236 #define malloc_mutex_prof_data_reset JEMALLOC_N(malloc_mutex_prof_data_reset) macro
/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) {