Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ tcache_prefork
Function
tcache_prefork
deps/memkind/src/jemalloc/src/tcache.c:689–694 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
}
688
689
void
690
tcache_prefork(tsdn_t *tsdn) {
691
if (!config_prof && opt_tcache) {
692
malloc_mutex_prefork(tsdn, &tcaches_mtx);
693
}
694
}
695
696
void
697
tcache_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