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
20
namespace
stk
{
21
namespace
memory
{
22
}
// namespace memory
23
}
// namespace stk
24
25
#include "
stk_memory_blockpool.h
"
26
27
#endif
/* STK_MEMORY_H_ */
stk_memory_blockpool.h
Implementation of fixed-size block memory pool: stk::memory::BlockMemoryPool.
stk
Namespace of STK package.
Definition
stk_arch_arm-cortex-m.h:19
stk::memory
Memory-related primitives.
stk
include
memory
stk_memory.h
Generated by
1.15.0