Non-templated utility class just to hide nedmalloc.
More...
#include <OgreMemoryNedAlloc.h>
Non-templated utility class just to hide nedmalloc.
Definition at line 46 of file OgreMemoryNedAlloc.h.
◆ allocBytes()
static void * Ogre::NedAllocImpl::allocBytes |
( |
size_t | count, |
|
|
const char * | file, |
|
|
int | line, |
|
|
const char * | func ) |
|
static |
◆ allocBytesAligned()
static void * Ogre::NedAllocImpl::allocBytesAligned |
( |
size_t | align, |
|
|
size_t | count, |
|
|
const char * | file, |
|
|
int | line, |
|
|
const char * | func ) |
|
static |
◆ deallocBytes()
static void Ogre::NedAllocImpl::deallocBytes |
( |
void * | ptr | ) |
|
|
static |
◆ deallocBytesAligned()
static void Ogre::NedAllocImpl::deallocBytesAligned |
( |
size_t | align, |
|
|
void * | ptr ) |
|
static |
The documentation for this class was generated from the following file: