Struct MePooConfig::Entry
Defined in File mepoo_config.hpp
Nested Relationships
This struct is a nested type of Struct MePooConfig.
Struct Documentation
-
struct Entry
Public Functions
-
inline Entry(uint32_t f_size, uint32_t f_chunkCount) noexcept
set the size and count of memory chunks
Public Members
-
uint32_t m_size = {0}
-
uint32_t m_chunkCount = {0}
-
inline Entry(uint32_t f_size, uint32_t f_chunkCount) noexcept