MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / malloc_mutex_prof_data_reset

Function malloc_mutex_prof_data_reset

deps/jemalloc/src/mutex.c:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void
113malloc_mutex_prof_data_reset(tsdn_t *tsdn, malloc_mutex_t *mutex) {
114 malloc_mutex_assert_owner(tsdn, mutex);
115 mutex_prof_data_init(&mutex->prof_data);
116}
117
118static int
119mutex_addr_comp(const witness_t *witness1, void *mutex1,

Callers

nothing calls this directly

Calls 2

mutex_prof_data_initFunction · 0.70

Tested by

no test coverage detected