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