µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
lifo.h File Reference

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