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

Function extents_postfork_parent

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

Source from the content-addressed store, hash-verified

616}
617
618void
619extents_postfork_parent(tsdn_t *tsdn, extents_t *extents) {
620 malloc_mutex_postfork_parent(tsdn, &extents->mtx);
621}
622
623void
624extents_postfork_child(tsdn_t *tsdn, extents_t *extents) {

Callers 1

arena_postfork_parentFunction · 0.85

Calls 1

Tested by

no test coverage detected