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