![]() |
MemoryLeakIndicator
|
Reference to the instantiated object with file name and line where it was instantiated. More...
#include <MemoryLeakIndicator.h>
Public Attributes | |
INT_PTR | m_pItemPtr |
char const * | m_FileName |
int | m_iLineNumber |
Reference to the instantiated object with file name and line where it was instantiated.
char const* MemSpy::LeakMap::MemoryItem::m_FileName |
The name of the file in which the object was instantiated.
int MemSpy::LeakMap::MemoryItem::m_iLineNumber |
The line number in which the object was instantiated.
INT_PTR MemSpy::LeakMap::MemoryItem::m_pItemPtr |
Address of the instantiated object cast to INT_PTR.