SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk::memory Namespace Reference

Memory-related primitives. More...

Classes

class  MemoryAllocator
 Memory allocator for allocating dynamic memory. More...
class  BlockMemoryPool
 Fixed-size block allocator with O(1) alloc/free and proper task-blocking semantics. More...

Detailed Description

Memory-related primitives.