this seems to stabilize things; if it does not we can try setting DO_GUARDS and the other flags back on one by one...

This commit is contained in:
DarthArgus
2016-02-24 10:45:31 -06:00
parent 65a79f2c07
commit 7e1c44fcbe
@@ -121,7 +121,7 @@ namespace MemoryManagerNamespace
bool m_array:1;
#endif
#if DO_TRACK
bool m_leakTest:1;
bool m_leakTest:0;
#endif
#if DO_TRACK || DO_GUARDS
unsigned int m_requestedSize:cms_requestedSizeBits;
@@ -224,6 +224,11 @@ namespace MemoryManagerNamespace
int ms_systemMemoryAllocatedMegabytes;
bool ms_reportAllocations;
PixCounter::ResetInteger ms_allocationsPerFrame;
PixCounter::ResetInteger ms_bytesAllocatedPerFrame;
PixCounter::ResetInteger ms_freesPerFrame;
PixCounter::ResetInteger ms_bytesFreedPerFrame;
#ifdef _DEBUG
bool ms_debugReportFlag;
bool ms_debugReportMapFlag;