SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
StkMemPool Class Reference

Public Member Functions

 StkMemPool (uint32_t cap, uint32_t raw_block_size, const char *name, uint8_t *ext_storage)
 StkMemPool (uint32_t cap, uint32_t raw_block_size, const char *name)

Public Attributes

stk::memory::BlockMemoryPool m_mpool
bool m_cb_owned

Detailed Description

Definition at line 345 of file cmsis_os2_stk.cpp.

Constructor & Destructor Documentation

◆ StkMemPool() [1/2]

StkMemPool::StkMemPool ( uint32_t cap,
uint32_t raw_block_size,
const char * name,
uint8_t * ext_storage )
inlineexplicit

Definition at line 349 of file cmsis_os2_stk.cpp.

References m_cb_owned, and m_mpool.

◆ StkMemPool() [2/2]

StkMemPool::StkMemPool ( uint32_t cap,
uint32_t raw_block_size,
const char * name )
inlineexplicit

Definition at line 360 of file cmsis_os2_stk.cpp.

References m_cb_owned, and m_mpool.

Member Data Documentation

◆ m_cb_owned

bool StkMemPool::m_cb_owned

Definition at line 369 of file cmsis_os2_stk.cpp.

Referenced by StkMemPool(), and StkMemPool().

◆ m_mpool

stk::memory::BlockMemoryPool StkMemPool::m_mpool

The documentation for this class was generated from the following file: