#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. | |