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

Function extent_boot

app/redis-6.2.6/deps/jemalloc/src/extent.c:2161–2177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2159}
2160
2161bool
2162extent_boot(void) {
2163 if (rtree_new(&extents_rtree, true)) {
2164 return true;
2165 }
2166
2167 if (mutex_pool_init(&extent_mutex_pool, "extent_mutex_pool",
2168 WITNESS_RANK_EXTENT_POOL)) {
2169 return true;
2170 }
2171
2172 if (have_dss) {
2173 extent_dss_boot();
2174 }
2175
2176 return false;
2177}

Callers 1

Calls 3

rtree_newFunction · 0.85
mutex_pool_initFunction · 0.85
extent_dss_bootFunction · 0.85

Tested by

no test coverage detected