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

Function extents_prefork

deps/jemalloc/src/extent.c:656–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void
657extents_prefork(tsdn_t *tsdn, extents_t *extents) {
658 malloc_mutex_prefork(tsdn, &extents->mtx);
659}
660
661void
662extents_postfork_parent(tsdn_t *tsdn, extents_t *extents) {

Callers 1

arena_prefork3Function · 0.70

Calls 1

malloc_mutex_preforkFunction · 0.70

Tested by

no test coverage detected