![]() |
SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Weak declaration of memory allocator: stk::memory::MemoryAllocator. More...
Go to the source code of this file.
Classes | |
| class | stk::memory::MemoryAllocator |
| Memory allocator for allocating dynamic memory. More... | |
| class | stk::memory::MemoryAllocator::Stats |
| Snapshot of the memory allocator's statistics. More... | |
Namespaces | |
| namespace | stk |
| Namespace of STK package. | |
| namespace | stk::memory |
| Memory-related primitives. | |
Macros | |
| #define | STK_MEMORY_PLACEMENT_NEW (1) |
| When defined as 1, placement new C++ operator is enabled for memory::MemoryAllocator. | |
Weak declaration of memory allocator: stk::memory::MemoryAllocator.
Definition in file stk_memory_allocator.h.
| #define STK_MEMORY_PLACEMENT_NEW (1) |
When defined as 1, placement new C++ operator is enabled for memory::MemoryAllocator.
Definition at line 20 of file stk_memory_allocator.h.