MemoryLeakIndicator
Lade ...
Suche ...
Keine Treffer
MemoryLeakIndicatorGlobals.h
gehe zur Dokumentation dieser Datei
1#ifndef INC_MEMORYLEAKINDICATORGLOBALS_H
2#define INC_MEMORYLEAKINDICATORGLOBALS_H
3//-----------------------------------------------------------------------------
36//-----------------------------------------------------------------------------
63#ifndef NULL_PTR
64 #if __cplusplus >= 201103L
65 #define NULL_PTR nullptr
66 #else
67 #define NULL_PTR NULL
68 #endif // __cplusplus >= 201103L
69#endif
70//-----------------------------------------------------------------------------
80extern void * g_pVoidLeakMap = NULL_PTR;
81//-----------------------------------------------------------------------------
82#endif
#define NULL_PTR
Definition MemoryLeakIndicatorGlobals.h:67
void * g_pVoidLeakMap