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

Function extents_postfork_parent

deps/jemalloc/src/extent.c:661–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661void
662extents_postfork_parent(tsdn_t *tsdn, extents_t *extents) {
663 malloc_mutex_postfork_parent(tsdn, &extents->mtx);
664}
665
666void
667extents_postfork_child(tsdn_t *tsdn, extents_t *extents) {

Callers 1

arena_postfork_parentFunction · 0.70

Calls 1

Tested by

no test coverage detected