Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
618
void
619
extents_postfork_parent(tsdn_t *tsdn, extents_t *extents) {
620
malloc_mutex_postfork_parent(tsdn, &extents->mtx);
621
}
622
623
void
624
extents_postfork_child(tsdn_t *tsdn, extents_t *extents) {
Callers
1
arena_postfork_parent
Function · 0.85
Calls
1
malloc_mutex_postfork_parent
Function · 0.85
Tested by
no test coverage detected