MemoryLeakIndicator
Lade ...
Suche ...
Keine Treffer
MemoryLeakIndicatorGlobals.h
gehe zur Dokumentation dieser Datei
1#ifndef INC_MEMORYLEAKINDICATORGLOBALS_H
2#define INC_MEMORYLEAKINDICATORGLOBALS_H
3//-----------------------------------------------------------------------------
32//-----------------------------------------------------------------------------
59#ifndef nullptr
60 #if __cplusplus >= 201103L
61 #define nullptr nullptr
62 #else
63 #define nullptr NULL
64 #endif // __cplusplus >= 201103L
65#endif
66//-----------------------------------------------------------------------------
76extern void * g_pVoidLeakMap = nullptr;
77//-----------------------------------------------------------------------------
78#endif
void * g_pVoidLeakMap