Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix std_heap address for heap comparison algorithm
[simgrid.git] / src / mc / mc_private.h
index a64ca64..b088e88 100644 (file)
@@ -137,7 +137,7 @@ void MC_print_statistics_pairs(mc_stats_pair_t);
 
 extern void *std_heap;
 extern void *raw_heap;
-#define STD_HEAP_SIZE   20480000        /* Maximum size of the system's heap */
+
 
 /* FIXME: Horrible hack! because the mmalloc library doesn't provide yet of */
 /* an API to query about the status of a heap, we simply call mmstats and */