OGRE
1.9.0
|
Non-templated utility class just to hide nedmalloc. More...
#include <OgreMemoryNedAlloc.h>
Static Public Member Functions | |
static void * | allocBytes (size_t count, const char *file, int line, const char *func) |
static void * | allocBytesAligned (size_t align, size_t count, const char *file, int line, const char *func) |
static void | deallocBytes (void *ptr) |
static void | deallocBytesAligned (size_t align, void *ptr) |
Non-templated utility class just to hide nedmalloc.
Definition at line 46 of file OgreMemoryNedAlloc.h.
|
static |
|
static |
Referenced by Ogre::NedAlignedAllocPolicy< Alignment >::allocateBytes().
Referenced by Ogre::NedAlignedAllocPolicy< Alignment >::deallocateBytes().