Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ bin_prefork
Function
bin_prefork
deps/jemalloc/src/bin.c:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void
83
bin_prefork(tsdn_t *tsdn, bin_t *bin) {
84
malloc_mutex_prefork(tsdn, &bin->lock);
85
}
86
87
void
88
bin_postfork_parent(tsdn_t *tsdn, bin_t *bin) {
Callers
1
arena_prefork7
Function · 0.85
Calls
1
malloc_mutex_prefork
Function · 0.70
Tested by
no test coverage detected