Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename sup-mmap.c into mmorecore.c and simplify the code since we want no more than...
[simgrid.git] / src / xbt / mmalloc / mmorecore.c
similarity index 99%
rename from src/xbt/mmalloc/mmap-sup.c
rename to src/xbt/mmalloc/mmorecore.c
index 964e484..2c68d50 100644 (file)
@@ -53,7 +53,7 @@ static size_t pagesize;
     amount to either add to or subtract from the existing region.  Works
     like sbrk(), but using mmap(). */
 
-void *__mmalloc_mmap_morecore(struct mdesc *mdp, int size)
+void *mmorecore(struct mdesc *mdp, int size)
 {
   ssize_t test = 0;
   void *result = NULL;