#include <OgreMemoryAllocatorConfig.h>
Public Types | |
typedef int | IsValidAlignment [Alignment<=128 &&((Alignment &(Alignment-1))==0)?+1:-1] |
Static Public Member Functions | |
static void * | allocateBytes (size_t count, const char *file=0, int line=0, const char *func=0) |
static void | deallocateBytes (void *ptr) |
static size_t | getMaxAllocationSize () |
Get the maximum size of a single allocation. More... | |
Definition at line 202 of file OgreMemoryAllocatorConfig.h.
|
inherited |
Definition at line 110 of file OgreMemoryNedPooling.h.
|
inlinestaticinherited |
Definition at line 112 of file OgreMemoryNedPooling.h.
References Ogre::NedPoolingImpl::allocBytesAligned().
|
inlinestaticinherited |
Definition at line 118 of file OgreMemoryNedPooling.h.
References Ogre::NedPoolingImpl::deallocBytesAligned().
|
inlinestaticinherited |
Get the maximum size of a single allocation.
Definition at line 124 of file OgreMemoryNedPooling.h.