Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the sbrk-based morecore: we'll never use less than two heaps when using mmalloc
[simgrid.git] / src / xbt / mmalloc / mm.c
index c312a0a..7396add 100644 (file)
@@ -18,7 +18,6 @@
 #include "mcalloc.c"
 #include "mfree.c"
 #include "mmalloc.c"
-#include "mmcheck.c"
 #include "mmemalign.c"
 #include "mmstats.c"
 #include "mrealloc.c"
@@ -26,5 +25,4 @@
 #include "mmap-sup.c"
 #include "attach.c"
 #include "detach.c"
-#include "sbrk-sup.c"
 #include "mm_legacy.c"