[commit] r1969 - trunk/GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue Jul 17 16:13:26 CDT 2012
Author: ksmyth
Date: Tue Jul 17 16:13:26 2012
New Revision: 1969
Log:
Remove debugging code from r1965
Modified:
trunk/GME/Gme/GMEApp.cpp
Modified: trunk/GME/Gme/GMEApp.cpp
==============================================================================
--- trunk/GME/Gme/GMEApp.cpp Tue Jul 17 16:13:17 2012 (r1968)
+++ trunk/GME/Gme/GMEApp.cpp Tue Jul 17 16:13:26 2012 (r1969)
@@ -3228,19 +3228,3 @@
else
AfxMessageBox( p_msg);
}
-
-void* alloc10() {
- return malloc(10 * 1024 * 1024);
-}
-void* alloc100() {
- return malloc(100 * 1024 * 1024);
-}
-void* alloc1000() {
- return malloc(1000 * 1024 * 1024);
-}
-
-void allocstr() {
- //while (SysAllocString(L"11111111111111111111111111111111111111111111111111"))
- while (SysAllocStringLen(0, 4096))
- ;
-}
\ No newline at end of file
More information about the gme-commit
mailing list