#include "PLCore/PLCore.h"
#include "PLCore/Core/MemoryManager.inl"
Go to the source code of this file.
Function Documentation
void* operator new |
( |
size_t |
nNumOfBytes | ) |
[inline] |
void* operator new[] |
( |
size_t |
nNumOfBytes | ) |
[inline] |
void operator delete |
( |
void * |
pAddress | ) |
[inline] |
void operator delete[] |
( |
void * |
pAddress | ) |
[inline] |
void* operator new |
( |
size_t |
nNumOfBytes, |
|
|
const char * |
pszSourceFile, |
|
|
int |
nSourceLine |
|
) |
| [inline] |
void* operator new[] |
( |
size_t |
nNumOfBytes, |
|
|
const char * |
pszSourceFile, |
|
|
int |
nSourceLine |
|
) |
| [inline] |
void operator delete |
( |
void * |
pAddress, |
|
|
const char * |
pszSourceFile, |
|
|
int |
nSourceLine |
|
) |
| [inline] |
void operator delete[] |
( |
void * |
pAddress, |
|
|
const char * |
pszSourceFile, |
|
|
int |
nSourceLine |
|
) |
| [inline] |