Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ extents_prefork
Function
extents_prefork
app/redis-6.2.6/deps/jemalloc/src/extent.c:613–616 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
611
}
612
613
void
614
extents_prefork(tsdn_t *tsdn, extents_t *extents) {
615
malloc_mutex_prefork(tsdn, &extents->mtx);
616
}
617
618
void
619
extents_postfork_parent(tsdn_t *tsdn, extents_t *extents) {
Callers
1
arena_prefork3
Function · 0.85
Calls
1
malloc_mutex_prefork
Function · 0.85
Tested by
no test coverage detected