µOS++ IIIe Reference  v6.3.15
“Perfekt ist nicht gut genug”
The third edition of µOS++, a POSIX inspired open source system, written in C++.
os-types.h File Reference
#include <cmsis-plus/os-app-config.h>
#include <memory>

Go to the source code of this file.

Namespaces

 os
 System namespace.
 
 os::rtos
 RTOS namespace.
 
 os::rtos::memory
 

Types

template<typename T >
using os::rtos::memory::allocator = allocator_stateless_default_resource< T >
 Type of allocator used by the system objects. Must be stateless. More...