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

Function ctl_prefork

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

Source from the content-addressed store, hash-verified

1277}
1278
1279void
1280ctl_prefork(tsdn_t *tsdn) {
1281 malloc_mutex_prefork(tsdn, &ctl_mtx);
1282}
1283
1284void
1285ctl_postfork_parent(tsdn_t *tsdn) {

Callers 1

jemalloc_preforkFunction · 0.85

Calls 1

malloc_mutex_preforkFunction · 0.85

Tested by

no test coverage detected