Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix std_heap address for heap comparison algorithm
[simgrid.git] / src / include / mc / mc.h
index 3073498..4b34fd6 100644 (file)
@@ -15,6 +15,7 @@
 #include "simgrid/modelchecker.h" /* our public interface (and definition of HAVE_MC) */
 #include "xbt/automaton.h"
 
+#define STD_HEAP_SIZE   20480000        /* Maximum size of the system's heap */
 
 SG_BEGIN_DECL()