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

Function ctl_postfork_child

deps/jemalloc/src/ctl.c:1408–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406}
1407
1408void
1409ctl_postfork_child(tsdn_t *tsdn) {
1410 malloc_mutex_postfork_child(tsdn, &ctl_mtx);
1411}
1412
1413/******************************************************************************/
1414/* *_ctl() functions. */

Callers 1

jemalloc_postfork_childFunction · 0.70

Calls 1

Tested by

no test coverage detected