Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ extents_prefork
Function
extents_prefork
deps/jemalloc/src/extent.c:656–659 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
654
}
655
656
void
657
extents_prefork(tsdn_t *tsdn, extents_t *extents) {
658
malloc_mutex_prefork(tsdn, &extents->mtx);
659
}
660
661
void
662
extents_postfork_parent(tsdn_t *tsdn, extents_t *extents) {
Callers
1
arena_prefork3
Function · 0.70
Calls
1
malloc_mutex_prefork
Function · 0.70
Tested by
no test coverage detected