]> 4ch.mooo.com Git - 16.git/commitdiff
polished wwww
authorsparky4 <sparky4@cock.li>
Thu, 2 Jul 2015 04:30:41 +0000 (23:30 -0500)
committersparky4 <sparky4@cock.li>
Thu, 2 Jul 2015 04:30:41 +0000 (23:30 -0500)
modified:   exmmtest.exe
modified:   src/exmmtest.c

exmmtest.exe
src/exmmtest.c

index 0f3ba39ff83c4d732b730a19d8f01ddafc6c5e0a..c6856ad5e753853a7682ea8a322c9a9f8422aa79 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 00b28e0eab54571f3f70619fc369cf6ea5c6629c..51c20afc78e0bcc5487b35e851d7fad890ddbf53 100644 (file)
@@ -36,10 +36,10 @@ main(int argc, char *argv[])
        printf("&main()=%Fp\n", *argv[0]);
        MM_GetPtr(&bigbuffer, 65535UL, &mm, &mmi);
        printf("size of big buffer~=%ul\n", _msize(bigbuffer));
-       MM_FreePtr(&bigbuffer, &mm);
        MM_ShowMemory(&mm);
        MM_Report(&mm, &mmi);
        printf("stop!\n");
+       MM_FreePtr(&bigbuffer, &mm);
        MM_Shutdown(&mm);
        printf("done!\n");
 }