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

Function malloc_mutex_prefork

deps/jemalloc/src/mutex.c:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void
185malloc_mutex_prefork(tsdn_t *tsdn, malloc_mutex_t *mutex) {
186 malloc_mutex_lock(tsdn, mutex);
187}
188
189void
190malloc_mutex_postfork_parent(tsdn_t *tsdn, malloc_mutex_t *mutex) {

Callers 15

bin_preforkFunction · 0.70
extents_preforkFunction · 0.70
tsd_preforkFunction · 0.70
jemalloc_preforkFunction · 0.70
ctl_preforkFunction · 0.70
prof_prefork0Function · 0.70
prof_prefork1Function · 0.70
tcache_preforkFunction · 0.70
arena_prefork0Function · 0.70
arena_prefork1Function · 0.70

Calls 1

malloc_mutex_lockFunction · 0.50

Tested by

no test coverage detected