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

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