µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os-types.h File Reference
#include <memory>

Go to the source code of this file.

Namespaces

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

Typedefs

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