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

Function ctl_postfork_parent

deps/jemalloc/src/ctl.c:1403–1406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1401}
1402
1403void
1404ctl_postfork_parent(tsdn_t *tsdn) {
1405 malloc_mutex_postfork_parent(tsdn, &ctl_mtx);
1406}
1407
1408void
1409ctl_postfork_child(tsdn_t *tsdn) {

Callers 1

jemalloc_postfork_parentFunction · 0.70

Calls 1

Tested by

no test coverage detected