Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ tcache_postfork_parent
Function
tcache_postfork_parent
app/redis-6.2.6/deps/jemalloc/src/tcache.c:705–710 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
703
}
704
705
void
706
tcache_postfork_parent(tsdn_t *tsdn) {
707
if (!config_prof && opt_tcache) {
708
malloc_mutex_postfork_parent(tsdn, &tcaches_mtx);
709
}
710
}
711
712
void
713
tcache_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