![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
#include <stdlib.h>
Go to the source code of this file.
Classes | |
union | Cpl::Memory::Aligned< sizeInBytes > |
This type is used to create a memory-block that is aligned to a size_t boundary. More... | |
union | Cpl::Memory::AlignedClass< T > |
This type is used to create a memory block that is large enough to hold the memory footprint of ONE instance of 'class T'. 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. | |
union Cpl::Memory::Aligned |
This type is used to create a memory-block that is aligned to a size_t boundary.
This class statically allocates at least 'sizeInBytes' bytes of memory.
union Cpl::Memory::AlignedClass |
This type is used to create a memory block that is large enough to hold the memory footprint of ONE instance of 'class T'.
The memory block is aligned to a size_t boundary.