MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ctl_postfork_child

Function ctl_postfork_child

app/redis-6.2.6/deps/jemalloc/src/ctl.c:1289–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287}
1288
1289void
1290ctl_postfork_child(tsdn_t *tsdn) {
1291 malloc_mutex_postfork_child(tsdn, &ctl_mtx);
1292}
1293
1294/******************************************************************************/
1295/* *_ctl() functions. */

Callers 1

jemalloc_postfork_childFunction · 0.85

Calls 1

Tested by

no test coverage detected