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

Function ctl_prefork

deps/memkind/src/jemalloc/src/ctl.c:1259–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1257}
1258
1259void
1260ctl_prefork(tsdn_t *tsdn) {
1261 malloc_mutex_prefork(tsdn, &ctl_mtx);
1262}
1263
1264void
1265ctl_postfork_parent(tsdn_t *tsdn) {

Callers 1

jemalloc_preforkFunction · 0.70

Calls 1

malloc_mutex_preforkFunction · 0.70

Tested by

no test coverage detected