#include <cmsis-plus/rtos/os.h>
Go to the source code of this file.
Classes | |
class | os::memory::first_fit_top |
Memory resource implementing the first fit, top-down allocation policies, using an existing arena. More... | |
class | os::memory::first_fit_top_allocated< A > |
Memory resource implementing the first fit, top-down allocation policies, using a dynamically allocated arena. More... | |
class | os::memory::first_fit_top_inclusive< N > |
Memory resource implementing the first fit, top-down allocation policies, using an internal arena. More... | |
Namespaces | |
namespace | os |
System namespace. | |
namespace | os::memory |