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