SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk_memory.h
Go to the documentation of this file.
1/*
2 * SuperTinyKernel(TM) RTOS: Lightweight High-Performance Deterministic C++ RTOS for Embedded Systems.
3 *
4 * Source: https://github.com/SuperTinyKernel-RTOS
5 *
6 * Copyright (c) 2022-2026 Neutron Code Limited <stk@neutroncode.com>. All Rights Reserved.
7 * License: MIT License, see LICENSE for a full text.
8 */
9
10#ifndef STK_MEMORY_H_
11#define STK_MEMORY_H_
12
16
20namespace stk {
21namespace memory {
22} // namespace memory
23} // namespace stk
24
26
27#endif /* STK_MEMORY_H_ */
Implementation of fixed-size block memory pool: stk::memory::BlockMemoryPool.
Namespace of STK package.
Memory-related primitives.