Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ tsd_prefork
Function
tsd_prefork
deps/jemalloc/src/tsd.c:516–519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
514
#endif
515
516
void
517
tsd_prefork(tsd_t *tsd) {
518
malloc_mutex_prefork(tsd_tsdn(tsd), &tsd_nominal_tsds_lock);
519
}
520
521
void
522
tsd_postfork_parent(tsd_t *tsd) {
Callers
1
jemalloc_prefork
Function · 0.85
Calls
2
malloc_mutex_prefork
Function · 0.70
tsd_tsdn
Function · 0.50
Tested by
no test coverage detected