![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Implementation of fixed-size block memory pool: stk::memory::BlockMemoryPool. More...
Go to the source code of this file.
Classes | |
| class | stk::memory::BlockMemoryPool |
| Fixed-size block allocator with O(1) alloc/free and proper task-blocking semantics. More... | |
| struct | stk::memory::BlockMemoryPool::MemoryBlock |
| Intrusive free-list node overlaid on the first word of every free block. More... | |
Namespaces | |
| namespace | stk |
| Namespace of STK package. | |
| namespace | stk::memory |
| Memory-related primitives. | |
Implementation of fixed-size block memory pool: stk::memory::BlockMemoryPool.
Definition in file stk_memory_blockpool.h.