Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the standard hooks of mmalloc: we will change the implementation directly, not...
[simgrid.git] / src / xbt / mmalloc / attach.c
index 254182e..5c6b3d2 100644 (file)
@@ -197,9 +197,6 @@ static struct mdesc *reuse(int fd)
       sem_init(&mdp->sem, 1, 1);
       mdp->refcount++;
     }
-    if (mdp->mfree_hook != NULL) {
-      mmcheckf((void *) mdp, (void (*)(void)) NULL, 1);
-    }
   }
   
   /* Add the new heap to the linked list of heaps attached by mmalloc */