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