MCPcopy Create free account
hub / github.com/F-Stack/f-stack / malloc_mutex_prefork

Function malloc_mutex_prefork

app/redis-6.2.6/deps/jemalloc/src/mutex.c:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

bin_preforkFunction · 0.85
extents_preforkFunction · 0.85
jemalloc_preforkFunction · 0.85
ctl_preforkFunction · 0.85
prof_prefork0Function · 0.85
prof_prefork1Function · 0.85
tcache_preforkFunction · 0.85
arena_prefork0Function · 0.85
arena_prefork1Function · 0.85
arena_prefork2Function · 0.85

Calls 1

malloc_mutex_lockFunction · 0.85

Tested by

no test coverage detected