#include <new>
#include "Common.h"
Go to the source code of this file.
Namespaces | |
| namespace | TA |
Data Structures | |
| class | TA::MemoryMgr |
| Memory debugging functions. More...
| |
Defines | |
| #define | TA_MEMORY_MGR_NEW_ARRAY(pPtr, Type, nNumber) |
| #define | TA_MEMORY_MGR_DELETE_ARRAY(pPtr, Type) |
| #define | TA_MEMORY_MGR_NEW(pPtr, Type) |
| #define | TA_MEMORY_MGR_DELETE(pPtr, Type) |