![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
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 |
Private Member Functions | |
| STK_NONCOPYABLE_CLASS (StkMemPool) | |
Definition at line 354 of file cmsis_os2_stk.cpp.
|
inlineexplicit |
Definition at line 360 of file cmsis_os2_stk.cpp.
References m_cb_owned, and m_mpool.
Referenced by STK_NONCOPYABLE_CLASS().
|
inlineexplicit |
Definition at line 371 of file cmsis_os2_stk.cpp.
References m_cb_owned, and m_mpool.
|
private |
| bool StkMemPool::m_cb_owned |
Definition at line 380 of file cmsis_os2_stk.cpp.
Referenced by StkMemPool(), and StkMemPool().
| stk::memory::BlockMemoryPool StkMemPool::m_mpool |
Definition at line 379 of file cmsis_os2_stk.cpp.
Referenced by osMemoryPoolGetBlockSize(), osMemoryPoolNew(), StkMemPool(), and StkMemPool().