OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::NedPoolingImpl Class Reference

Non-templated utility class just to hide nedmalloc. More...

#include <OgreMemoryNedPooling.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)
 

Detailed Description

Non-templated utility class just to hide nedmalloc.

Definition at line 47 of file OgreMemoryNedPooling.h.

Member Function Documentation

static void* Ogre::NedPoolingImpl::allocBytes ( size_t  count,
const char *  file,
int  line,
const char *  func 
)
static
static void* Ogre::NedPoolingImpl::allocBytesAligned ( size_t  align,
size_t  count,
const char *  file,
int  line,
const char *  func 
)
static
static void Ogre::NedPoolingImpl::deallocBytes ( void *  ptr)
static
static void Ogre::NedPoolingImpl::deallocBytesAligned ( size_t  align,
void *  ptr 
)
static

The documentation for this class was generated from the following file: