Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ctl_prefork
Function
ctl_prefork
app/redis-6.2.6/deps/jemalloc/src/ctl.c:1279–1282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1277
}
1278
1279
void
1280
ctl_prefork(tsdn_t *tsdn) {
1281
malloc_mutex_prefork(tsdn, &ctl_mtx);
1282
}
1283
1284
void
1285
ctl_postfork_parent(tsdn_t *tsdn) {
Callers
1
jemalloc_prefork
Function · 0.85
Calls
1
malloc_mutex_prefork
Function · 0.85
Tested by
no test coverage detected