MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / initialize

Method initialize

kernel/src/vs_pool_t.hpp:95–101  ·  view source on GitHub ↗

<!-- description --> @brief Initializes this vs_pool_t

Source from the content-addressed store, hash-verified

93 /// @brief Initializes this vs_pool_t
94 ///
95 constexpr void
96 initialize() noexcept
97 {
98 for (bsl::safe_idx mut_i{}; mut_i < m_pool.size(); ++mut_i) {
99 m_pool.at_if(mut_i)->initialize(bsl::to_u16(mut_i));
100 }
101 }
102
103 /// <!-- description -->
104 /// @brief Release the vs_pool_t

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected