Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ malloc_mutex_prefork
Function
malloc_mutex_prefork
app/redis-6.2.6/deps/jemalloc/src/mutex.c:185–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
void
186
malloc_mutex_prefork(tsdn_t *tsdn, malloc_mutex_t *mutex) {
187
malloc_mutex_lock(tsdn, mutex);
188
}
189
190
void
191
malloc_mutex_postfork_parent(tsdn_t *tsdn, malloc_mutex_t *mutex) {
Callers
15
bin_prefork
Function · 0.85
extents_prefork
Function · 0.85
jemalloc_prefork
Function · 0.85
ctl_prefork
Function · 0.85
prof_prefork0
Function · 0.85
prof_prefork1
Function · 0.85
background_thread_prefork0
Function · 0.85
background_thread_prefork1
Function · 0.85
tcache_prefork
Function · 0.85
arena_prefork0
Function · 0.85
arena_prefork1
Function · 0.85
arena_prefork2
Function · 0.85
Calls
1
malloc_mutex_lock
Function · 0.85
Tested by
no test coverage detected