MemoryLeakIndicator
Loading...
Searching...
No Matches
MemSpy::LeakMap::MemoryItem Struct Reference

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
 

Detailed Description

Reference to the instantiated object with file name and line where it was instantiated.

Author
Helmut Jakoby

Member Data Documentation

◆ m_FileName

char const* MemSpy::LeakMap::MemoryItem::m_FileName

The name of the file in which the object was instantiated.

◆ m_iLineNumber

int MemSpy::LeakMap::MemoryItem::m_iLineNumber

The line number in which the object was instantiated.

◆ m_pItemPtr

INT_PTR MemSpy::LeakMap::MemoryItem::m_pItemPtr

Address of the instantiated object cast to INT_PTR.


The documentation for this struct was generated from the following file: