Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
function check_fraghead to detect mmalloc metadata corruption
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
index 061a4e7..63ee257 100644 (file)
@@ -280,4 +280,6 @@ extern void *mmorecore(struct mdesc *mdp, int size);
 #define LOCK(mdp) sem_wait(&mdp->sem)
 #define UNLOCK(mdp) sem_post(&mdp->sem)
 
+void check_fraghead(struct mdesc *mdp);
+
 #endif                          /* __MMPRIVATE_H */