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

Function ctl_boot

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

Source from the content-addressed store, hash-verified

1265}
1266
1267bool
1268ctl_boot(void) {
1269 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL,
1270 malloc_mutex_rank_exclusive)) {
1271 return true;
1272 }
1273
1274 ctl_initialized = false;
1275
1276 return false;
1277}
1278
1279void
1280ctl_prefork(tsdn_t *tsdn) {

Callers 1

Calls 1

malloc_mutex_initFunction · 0.85

Tested by

no test coverage detected