SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk_memory_blockpool.h File Reference

Implementation of fixed-size block memory pool: stk::memory::BlockMemoryPool. More...

Include dependency graph for stk_memory_blockpool.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Implementation of fixed-size block memory pool: stk::memory::BlockMemoryPool.

Definition in file stk_memory_blockpool.h.