OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
STL compatible wrapper for AlignedMemory. More...
#include <OgreAlignedAllocator.h>
Classes | |
struct | rebind |
Public Member Functions | |
AlignedAllocator () | |
template<class U > | |
AlignedAllocator (const AlignedAllocator< U, Alignment > &other) | |
T * | allocate (size_t n) |
T * | allocate (size_t n, const void *hint) |
void | deallocate (T *p, size_t) |
STL compatible wrapper for AlignedMemory.
|
inline |
|
inline |
|
inline |
References Ogre::AlignedMemory::allocate().
References Ogre::AlignedMemory::allocate().
|
inline |
References Ogre::AlignedMemory::deallocate().