Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Ogre::NedAllocImpl Class Reference

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

#include <OgreMemoryNedAlloc.h>

List of all members.

Static Public Member Functions

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


Detailed Description

Non-templated utility class just to hide nedmalloc.

Definition at line 39 of file OgreMemoryNedAlloc.h.


Member Function Documentation

static void* Ogre::NedAllocImpl::allocBytes size_t  count,
const char *  file,
int  line,
const char *  func
[static]
 

Referenced by Ogre::NedAllocPolicy::allocateBytes().

static void* Ogre::NedAllocImpl::allocBytesAligned size_t  align,
size_t  count,
const char *  file,
int  line,
const char *  func
[static]
 

Referenced by Ogre::NedAlignedAllocPolicy< align >::allocateBytes().

static void Ogre::NedAllocImpl::deallocBytes void *  ptr  )  [static]
 

Referenced by Ogre::NedAllocPolicy::deallocateBytes().

static void Ogre::NedAllocImpl::deallocBytesAligned size_t  align,
void *  ptr
[static]
 

Referenced by Ogre::NedAlignedAllocPolicy< align >::deallocateBytes().


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

Copyright © 2008 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:49:16 2009