|
fennec
|
This header contains structures and classes related to allocating blocks of memory. More...
#include <fennec/memory/pointer_traits.h>#include <fennec/memory/new.h>#include <fennec/lang/conditional_types.h>#include <fennec/lang/numeric_transforms.h>#include <fennec/lang/types.h>#include <fennec/lang/type_traits.h>#include <fennec/math/ext/constants.h>#include <fennec/math/common.h>Go to the source code of this file.
Classes | |
| struct | fennec::allocator_traits< Alloc > |
| Helper structure for obtaining traits of an allocator class. More... | |
| class | fennec::allocator< T > |
Allocator implementation, uses new and delete operators. More... | |
| class | fennec::allocator< T[]> |
Allocator implementation, uses new and delete operators. More... | |
| struct | fennec::allocation< T, AllocT > |
| Container to hold a memory allocation. More... | |