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

Function extents_prefork

app/redis-6.2.6/deps/jemalloc/src/extent.c:613–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613void
614extents_prefork(tsdn_t *tsdn, extents_t *extents) {
615 malloc_mutex_prefork(tsdn, &extents->mtx);
616}
617
618void
619extents_postfork_parent(tsdn_t *tsdn, extents_t *extents) {

Callers 1

arena_prefork3Function · 0.85

Calls 1

malloc_mutex_preforkFunction · 0.85

Tested by

no test coverage detected