ensure release and debug build properly

This commit is contained in:
DarthArgus
2016-02-24 14:11:14 -06:00
parent 7e1c44fcbe
commit 1c1cf54a7b
@@ -224,12 +224,12 @@ 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
PixCounter::ResetInteger ms_allocationsPerFrame;
PixCounter::ResetInteger ms_bytesAllocatedPerFrame;
PixCounter::ResetInteger ms_freesPerFrame;
PixCounter::ResetInteger ms_bytesFreedPerFrame;
bool ms_debugReportFlag;
bool ms_debugReportMapFlag;
bool ms_debugReportAllocations;