mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user