Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bin_postfork_child
Function
bin_postfork_child
app/redis-6.2.6/deps/jemalloc/src/bin.c:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void
48
bin_postfork_child(tsdn_t *tsdn, bin_t *bin) {
49
malloc_mutex_postfork_child(tsdn, &bin->lock);
50
}
Callers
1
arena_postfork_child
Function · 0.85
Calls
1
malloc_mutex_postfork_child
Function · 0.85
Tested by
no test coverage detected