Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added some work in the creation of links in the fat trees, basically the repartion...
[simgrid.git] / src / xbt / mmalloc / mmorecore.c
index 38f6d8b7bd8d1ce6898c1bcfb243d4be00605b8e..9fbf7a970450d46582dc5b8df244fadb37039f17 100644 (file)
@@ -124,10 +124,6 @@ void *mmorecore(struct mdesc *mdp, ssize_t size)
         abort();
       }
 
-#ifdef MADV_MERGEABLE
-      madvise(mapto, mapbytes, MADV_MERGEABLE);
-#endif
-
       if (mdp->top == 0)
         mdp->base = mdp->breakval = mapto;