Simple Memory Management. More...
#include "cel_types.h"#include "cel_datatraits.h"#include "cel_exception.h"#include <new>#include <cstring>

Classes | |
| class | Celartem::MemoryAllocator |
| struct | Celartem::MemoryCopy< T, byConstructor > |
| struct | Celartem::MemoryCopy< T, byMemcpy > |
| struct | Celartem::MemoryCopy< T, noCopy > |
| struct | Celartem::MemoryMove< T, byConstructor > |
| struct | Celartem::MemoryMove< T, byMemcpy > |
| struct | Celartem::MemoryMove< T, noCopy > |
| struct | Celartem::MemoryFill< T > |
| struct | Celartem::MemoryFill< int8_t > |
| struct | Celartem::MemoryFill< uint8_t > |
| class | Celartem::SimpleArray< T, copyPolicy > |
Namespaces | |
| namespace | Celartem |
Functions | |
| template<size_t ALIGN, class Int > | |
| Int | Celartem::align (Int sz) |
Simple Memory Management.