Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add chunks used into snapshot structure and size used into stack...
[simgrid.git] / src / mc / mc_memory.c
index 64c181c..f104773 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