#include <cmsis-plus/rtos/os.h>Go to the source code of this file.
Classes | |
| class | os::memory::block_pool |
| Memory resource managing a pool of same size blocks, using an existing arena. More... | |
| class | os::memory::block_pool_typed_allocated< T, A > |
| Memory resource managing a dynamically allocated pool. of same size blocks of type T. More... | |
| class | os::memory::block_pool_typed_inclusive< T, N > |
| Memory resource managing an internal pool. of same size blocks of type T. More... | |
Namespaces | |
| namespace | os |
| System namespace. | |
| namespace | os::memory |