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

Namespaces | |
| Celartem | |
Enumerations | |
| enum | Celartem::MemoryCopyBehavior { Celartem::likeMemcpy = 0, Celartem::likeMemmove = 1 } |
Functions | |
| template<size_t ALIGN, class Int > | |
| Int | Celartem::align (Int sz) |
Simple Memory Management.