Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document addition of new simdag dot loader
[simgrid.git] / src / mc / mc_memory.c
index 64c181cd69658d24558fc99aae4917d860983dbb..f104773658a63054eea8629184ae687112f5145f 100644 (file)
@@ -24,7 +24,7 @@ void MC_memory_init()
   std_heap = mmalloc_get_default_md();
   xbt_assert(std_heap != NULL);
 
-#ifdef HAVE_GNU_LD
+#if defined HAVE_GNU_LD && !defined MMALLOC_WANT_OVERRIDE_LEGACY 
   /* use the system malloc for the model-checker data */
   raw_heap = NULL;
 #else