MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ctl_prefork

Function ctl_prefork

deps/jemalloc/src/ctl.c:1398–1401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396}
1397
1398void
1399ctl_prefork(tsdn_t *tsdn) {
1400 malloc_mutex_prefork(tsdn, &ctl_mtx);
1401}
1402
1403void
1404ctl_postfork_parent(tsdn_t *tsdn) {

Callers 1

jemalloc_preforkFunction · 0.70

Calls 1

malloc_mutex_preforkFunction · 0.70

Tested by

no test coverage detected