Skip to content

iox::roudi::MemPoolInfo🔗

struct for the storage of mempool usage information. This data container is used by the introstpection::MemPoolInfoContainer array to store information on all available memmpools.

#include <introspection_types.hpp>

Public Attributes🔗

Name
uint32_t m_usedChunks
uint32_t m_minFreeChunks
uint32_t m_numChunks
uint32_t m_chunkSize
uint32_t m_chunkPayloadSize

Public Attributes Documentation🔗

variable m_usedChunks🔗

uint32_t m_usedChunks {0};

variable m_minFreeChunks🔗

uint32_t m_minFreeChunks {0};

variable m_numChunks🔗

uint32_t m_numChunks {0};

variable m_chunkSize🔗

uint32_t m_chunkSize {0};

variable m_chunkPayloadSize🔗

uint32_t m_chunkPayloadSize {0};

Updated on 26 April 2021 at 15:31:02 CEST