Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ base_postfork_parent
Function
base_postfork_parent
deps/jemalloc/src/base.c:500–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
498
}
499
500
void
501
base_postfork_parent(tsdn_t *tsdn, base_t *base) {
502
malloc_mutex_postfork_parent(tsdn, &base->mtx);
503
}
504
505
void
506
base_postfork_child(tsdn_t *tsdn, base_t *base) {
Callers
1
arena_postfork_parent
Function · 0.70
Calls
1
malloc_mutex_postfork_parent
Function · 0.70
Tested by
no test coverage detected