Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ base_postfork_child
Function
base_postfork_child
app/redis-6.2.6/deps/jemalloc/src/base.c:505–508 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
503
}
504
505
void
506
base_postfork_child(tsdn_t *tsdn, base_t *base) {
507
malloc_mutex_postfork_child(tsdn, &base->mtx);
508
}
509
510
bool
511
base_boot(tsdn_t *tsdn) {
Callers
1
arena_postfork_child
Function · 0.85
Calls
1
malloc_mutex_postfork_child
Function · 0.85
Tested by
no test coverage detected