#include <OgreAlignedAllocator.h>
Static Public Member Functions | |
static void * | allocate (size_t size, size_t alignment) |
Allocate memory with given alignment. | |
static void * | allocate (size_t size) |
Allocate memory with default platform dependent alignment. | |
static void | deallocate (void *p) |
Deallocate memory that allocated by this class. |
Definition at line 56 of file OgreAlignedAllocator.h.
|
Allocate memory with default platform dependent alignment.
|
|
Allocate memory with given alignment.
Referenced by Ogre::StdAlignedAllocPolicy< Alignment >::allocateBytes(). |
|
Deallocate memory that allocated by this class.
Referenced by Ogre::StdAlignedAllocPolicy< Alignment >::deallocateBytes(). |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:46:51 2009