Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ ctl_postfork_parent
Function
ctl_postfork_parent
deps/jemalloc/src/ctl.c:1403–1406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1401
}
1402
1403
void
1404
ctl_postfork_parent(tsdn_t *tsdn) {
1405
malloc_mutex_postfork_parent(tsdn, &ctl_mtx);
1406
}
1407
1408
void
1409
ctl_postfork_child(tsdn_t *tsdn) {
Callers
1
jemalloc_postfork_parent
Function · 0.70
Calls
1
malloc_mutex_postfork_parent
Function · 0.70
Tested by
no test coverage detected