Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

OgreMemoryManager.h File Reference

#include "OgrePlatform.h"
#include "OgreStdHeaders.h"
#include "OgreMemoryMacros.h"

Go to the source code of this file.

Namespaces

namespace  Ogre

Functions

void * operator new (size_t count)
void * operator new[] (size_t count)
void operator delete (void *ptr)
void operator delete[] (void *ptr)


Function Documentation

void operator delete void *    ptr [inline]
 

void operator delete[] void *    ptr [inline]
 

void* operator new size_t    count [inline]
 

void* operator new[] size_t    count [inline]
 

Copyright © 2002 by The OGRE Team