Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bin_postfork_parent
Function
bin_postfork_parent
app/redis-6.2.6/deps/jemalloc/src/bin.c:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void
43
bin_postfork_parent(tsdn_t *tsdn, bin_t *bin) {
44
malloc_mutex_postfork_parent(tsdn, &bin->lock);
45
}
46
47
void
48
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.85
Tested by
no test coverage detected