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

Function extents_postfork_child

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

Source from the content-addressed store, hash-verified

621}
622
623void
624extents_postfork_child(tsdn_t *tsdn, extents_t *extents) {
625 malloc_mutex_postfork_child(tsdn, &extents->mtx);
626}
627
628static void
629extent_deactivate_locked(tsdn_t *tsdn, arena_t *arena, extents_t *extents,

Callers 1

arena_postfork_childFunction · 0.85

Calls 1

Tested by

no test coverage detected