GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces
Pool_.h File Reference
#include "Cpl/Memory/Allocator.h"
#include "Cpl/Container/DList.h"
Include dependency graph for Pool_.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::Memory::Pool_
 This private concrete class implements a Memory Allocator using a pool of fixed size blocks. More...
 
class  Cpl::Memory::Pool_::BlockInfo_
 Helper class so I can put my blocks into to my standard containers. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Memory
 The 'Cpl::Memory' namespace provides a collection interfaces that allow a application to manually manage "dynamic memory" independent of the actual heap.