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

Function ctl_postfork_parent

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

Source from the content-addressed store, hash-verified

1282}
1283
1284void
1285ctl_postfork_parent(tsdn_t *tsdn) {
1286 malloc_mutex_postfork_parent(tsdn, &ctl_mtx);
1287}
1288
1289void
1290ctl_postfork_child(tsdn_t *tsdn) {

Callers 1

jemalloc_postfork_parentFunction · 0.85

Calls 1

Tested by

no test coverage detected