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

Method initialize

kernel/src/vm_pool_t.hpp:91–97  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected