Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14765/src/modules/kernel

Modified Files:
      Tag: MonetDB_5-4
        status.mx 
Log Message:

although (currently?) no longer used for enabling vmalloc() in GDKmallocmax();
mem_bigsize is not obsolete / deprecated, yet(?),
but rather still used in other places;
hence, we keep it alive for the time being.


Index: status.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/status.mx,v
retrieving revision 1.49.2.1
retrieving revision 1.49.2.2
diff -u -d -r1.49.2.1 -r1.49.2.2
--- status.mx   10 Feb 2008 08:24:00 -0000      1.49.2.1
+++ status.mx   11 Feb 2008 19:17:21 -0000      1.49.2.2
@@ -400,7 +400,6 @@
 #endif
        sze = (size_t)*num;
 @c
-#if 0
 int
 get_mem_bigsize(lng *num)
 {
@@ -415,7 +414,6 @@
        GDK_mem_bigsize = MAX(32768, sze);
        return GDK_SUCCEED;
 }
-#endif
 
 int
 get_mem_cursize(lng *num)
@@ -435,12 +433,9 @@
 set_mem_maxsize(lng *num)
 {
        @:num2sze(mem_maxsize)@
-#if 0
        if (sze < GDK_mem_bigsize)
                set_mem_bigsize(num);
        GDK_mem_maxsize = MAX(GDK_mem_bigsize, sze);
-#endif
-       GDK_mem_maxsize = sze;
        return GDK_SUCCEED;
 }
 
@@ -462,12 +457,9 @@
 set_vm_minsize(lng *num)
 {
        @:num2sze(vm_minsize)@
-#if 0
        if (sze < GDK_mem_bigsize)
                set_mem_bigsize(num);
        GDK_vm_minsize = MAX(GDK_mem_bigsize, sze);
-#endif
-       GDK_vm_minsize = sze;
        return GDK_SUCCEED;
 }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to