[GRASS-SVN] r48704 - grass/branches/releasebranch_6_4/lib/iostream
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 10 11:48:57 EDT 2011
Author: mmetz
Date: 2011-10-10 08:48:57 -0700 (Mon, 10 Oct 2011)
New Revision: 48704
Modified:
grass/branches/releasebranch_6_4/lib/iostream/mm.cc
Log:
iostream memory manager: do not override default
Modified: grass/branches/releasebranch_6_4/lib/iostream/mm.cc
===================================================================
--- grass/branches/releasebranch_6_4/lib/iostream/mm.cc 2011-10-10 12:46:41 UTC (rev 48703)
+++ grass/branches/releasebranch_6_4/lib/iostream/mm.cc 2011-10-10 15:48:57 UTC (rev 48704)
@@ -440,7 +440,7 @@
MM_register MM_manager;
int MM_register::instances = 0; // Number of instances. (init)
// TPIE's "register memory requests" flag
-MM_mode MM_register::register_new = MM_ABORT_ON_MEMORY_EXCEEDED;
+MM_mode MM_register::register_new = MM_IGNORE_MEMORY_EXCEEDED;
More information about the grass-commit
mailing list