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