Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
661
void
662
extents_postfork_parent(tsdn_t *tsdn, extents_t *extents) {
663
malloc_mutex_postfork_parent(tsdn, &extents->mtx);
664
}
665
666
void
667
extents_postfork_child(tsdn_t *tsdn, extents_t *extents) {
Callers
1
arena_postfork_parent
Function · 0.70
Calls
1
malloc_mutex_postfork_parent
Function · 0.70
Tested by
no test coverage detected