Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ tcache_postfork_child
Function
tcache_postfork_child
deps/jemalloc/src/tcache.c:793–798 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
791
}
792
793
void
794
tcache_postfork_child(tsdn_t *tsdn) {
795
if (!config_prof && opt_tcache) {
796
malloc_mutex_postfork_child(tsdn, &tcaches_mtx);
797
}
798
}
Callers
1
jemalloc_postfork_child
Function · 0.70
Calls
1
malloc_mutex_postfork_child
Function · 0.70
Tested by
no test coverage detected