Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ ctl_prefork
Function
ctl_prefork
deps/memkind/src/jemalloc/src/ctl.c:1259–1262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1257
}
1258
1259
void
1260
ctl_prefork(tsdn_t *tsdn) {
1261
malloc_mutex_prefork(tsdn, &ctl_mtx);
1262
}
1263
1264
void
1265
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