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