Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mm] Disable HAVE_GNU_LD code in order to get rid of the junkarea
[simgrid.git] / src / mc / mc_memory.c
index 77d9284..655418d 100644 (file)
@@ -25,7 +25,7 @@ void MC_memory_init()
   std_heap = mmalloc_get_default_md();
   xbt_assert(std_heap != NULL);
 
-#if defined HAVE_GNU_LD && !defined MMALLOC_WANT_OVERRIDE_LEGACY
+#if 0 && defined HAVE_GNU_LD && !defined MMALLOC_WANT_OVERRIDE_LEGACY
   /* use the system malloc for the model-checker data */
   mc_heap = NULL;
 #else