Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve the integration of mmalloc and mc_memory into the mess.
[simgrid.git] / src / xbt / mmalloc / mmalloc.c
index bf3b69d..c7d1a07 100644 (file)
@@ -109,9 +109,7 @@ morecore (struct mdesc *mdp, size_t size)
 /* Allocate memory from the heap.  */
 
 void*
-mmalloc (md, size)
-  void* md;
-  size_t size;
+mmalloc (void *md, size_t size)
 {
   struct mdesc *mdp;
   void* result;