From: sparky4 Date: Sun, 4 Sep 2016 01:27:28 +0000 (-0500) Subject: ^^ yay! i polished exmmtest and the memory reporter X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=e012c52a8f42fcce241d66d77a34d001eb5c1c64 ^^ yay! i polished exmmtest and the memory reporter --- diff --git a/src/lib/16_mm.c b/src/lib/16_mm.c index 84ca6f40..e4a76833 100755 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -1616,7 +1616,6 @@ void MM_Report(global_game_variables_t *gvar) //printf("mainmem: %lu\n", gvar->mmi.mainmem); printf("Total convmem: %lu ", gvar->mmi.mainmem); printf("TotalFree: %lu ", MM_TotalFree(&(gvar->mm))); printf("TotalUsed: %lu\n", gvar->mmi.mainmem+gvar->mmi.EMSmem+gvar->mmi.XMSmem+gvar->mmi.XMSmem); printf(" UnusedMemory: %lu\n", MM_UnusedMemory(&(gvar->mm))); - //printf("========================================\n"); } //==========================================================================