#include <cstdlib>
#include <boost/cstdint.hpp>
Go to the source code of this file.
Classes | |
class | allocators::AlignedAllocator< T, align > |
An stl-compatible aligned allocator. More... | |
class | allocators::AlignedAllocator< void, align > |
struct | allocators::AlignedAllocator< T, align >::rebind< U > |
struct | allocators::AlignedAllocator< void, align >::rebind< U > |
Namespaces | |
namespace | allocators |
Functions | |
void | allocators::alignedFree (void *aligned) |
Free memory allocated through alignedMalloc() | |
void * | allocators::alignedMalloc (size_t size, size_t alignment) |
Allocate memory aligned at on a value. Memory allocated through alignedMalloc() must be freed through alignedFree() |