Changeset: 457fd98f1741 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/457fd98f1741 Modified Files: gdk/gdk_private.h Branch: Jun2023 Log Message:
Enable restriction to only check for using too much mem in heap allocs. diffs (12 lines): diff --git a/gdk/gdk_private.h b/gdk/gdk_private.h --- a/gdk/gdk_private.h +++ b/gdk/gdk_private.h @@ -24,7 +24,7 @@ #define PERSISTENTSTRIMP 1 /* only check whether we exceed gdk_vm_maxsize when allocating heaps */ -/* #define SIZE_CHECK_IN_HEAPS_ONLY 1 */ +#define SIZE_CHECK_IN_HEAPS_ONLY 1 #include "gdk_system_private.h" _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
