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