Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9927/src/gdk
Modified Files:
gdk_utils.mx
Log Message:
propagated changes of Friday Feb 08 2008 - Sunday Feb 10 2008
from the MonetDB_1-22 branch to the development trunk
Index: gdk_utils.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_utils.mx,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- gdk_utils.mx 14 Jan 2008 10:48:58 -0000 1.206
+++ gdk_utils.mx 10 Feb 2008 23:47:11 -0000 1.207
@@ -1050,6 +1050,7 @@
#endif
}
size = (size + 7) & ~7; /* round up to a multiple of eight */
+#if 0
if (size > GDK_mem_bigsize) {
size_t newsize = size + sizeof(size_t) + sizeof(size_t);
size_t newmax = MAX(*maxsize, newsize);
@@ -1064,6 +1065,7 @@
*maxsize = newmax - (sizeof(size_t) + sizeof(size_t));
return (void *) s;
}
+#endif
CHKMEM(size, 0);
GDKmalloc_prefixsize(s, size);
if (s == NULL) {
-------------------------------------------------------------------------
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