#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. |
Definition at line 201 of file OgreMemoryAllocatorConfig.h.
typedef int Ogre::NedPoolingAlignedPolicy< Alignment >::IsValidAlignment[Alignment<=128 &&((Alignment &(Alignment-1))==0)?+1:-1] [inherited] |
Definition at line 108 of file OgreMemoryNedPooling.h.
static void* Ogre::NedPoolingAlignedPolicy< Alignment >::allocateBytes | ( | size_t | count, | |
const char * | file = 0 , |
|||
int | line = 0 , |
|||
const char * | func = 0 | |||
) | [static, inherited] |
Definition at line 110 of file OgreMemoryNedPooling.h.
References Ogre::NedPoolingImpl::allocBytesAligned().
static void Ogre::NedPoolingAlignedPolicy< Alignment >::deallocateBytes | ( | void * | ptr | ) | [static, inherited] |
Definition at line 116 of file OgreMemoryNedPooling.h.
References Ogre::NedPoolingImpl::deallocBytesAligned().
static size_t Ogre::NedPoolingAlignedPolicy< Alignment >::getMaxAllocationSize | ( | ) | [static, inherited] |
Get the maximum size of a single allocation.
Definition at line 122 of file OgreMemoryNedPooling.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:38:12 2012