#include "MemoryAlloc.h"Include dependency graph for MemoryAlloc.cpp:

Go to the source code of this file.
Functions | |
| void * | operator new (size_t size) |
| Global operator new. | |
| void * | operator new[] (size_t size) |
| Global operator new[]. | |
| void | operator delete (void *ptr) |
| Global operator delete. | |
| void | operator delete[] (void *ptr) |
| Global operator delete[]. | |
|
|
Global operator delete.
Definition at line 45 of file MemoryAlloc.cpp. References TMemoryAllocStats::Delete_Normal(). Here is the call graph for this function: ![]() |
|
|
Global operator delete[].
Definition at line 56 of file MemoryAlloc.cpp. References TMemoryAllocStats::Delete_Array(). Here is the call graph for this function: ![]() |
|
|
Global operator new.
Definition at line 23 of file MemoryAlloc.cpp. References TMemoryAllocStats::New_Normal(). Here is the call graph for this function: ![]() |
|
|
Global operator new[].
Definition at line 34 of file MemoryAlloc.cpp. References TMemoryAllocStats::New_Array(). Here is the call graph for this function: ![]() |
1.4.6-NO