Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ malloc_mutex_postfork_parent
Function
malloc_mutex_postfork_parent
deps/jemalloc/src/mutex.c:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void
190
malloc_mutex_postfork_parent(tsdn_t *tsdn, malloc_mutex_t *mutex) {
191
malloc_mutex_unlock(tsdn, mutex);
192
}
193
194
void
195
malloc_mutex_postfork_child(tsdn_t *tsdn, malloc_mutex_t *mutex) {
Callers
10
bin_postfork_parent
Function · 0.70
extents_postfork_parent
Function · 0.70
tsd_postfork_parent
Function · 0.70
jemalloc_postfork_parent
Function · 0.70
ctl_postfork_parent
Function · 0.70
prof_postfork_parent
Function · 0.70
background_thread_postfork_parent
Function · 0.70
tcache_postfork_parent
Function · 0.70
arena_postfork_parent
Function · 0.70
base_postfork_parent
Function · 0.70
Calls
1
malloc_mutex_unlock
Function · 0.50
Tested by
no test coverage detected