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

Function malloc_mutex_postfork_parent

deps/jemalloc/src/mutex.c:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void
190malloc_mutex_postfork_parent(tsdn_t *tsdn, malloc_mutex_t *mutex) {
191 malloc_mutex_unlock(tsdn, mutex);
192}
193
194void
195malloc_mutex_postfork_child(tsdn_t *tsdn, malloc_mutex_t *mutex) {

Callers 10

bin_postfork_parentFunction · 0.70
extents_postfork_parentFunction · 0.70
tsd_postfork_parentFunction · 0.70
jemalloc_postfork_parentFunction · 0.70
ctl_postfork_parentFunction · 0.70
prof_postfork_parentFunction · 0.70
tcache_postfork_parentFunction · 0.70
arena_postfork_parentFunction · 0.70
base_postfork_parentFunction · 0.70

Calls 1

malloc_mutex_unlockFunction · 0.50

Tested by

no test coverage detected