Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add address of std_heap into debug informations for comparison of...
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
index 28dea9d..509eaff 100644 (file)
@@ -267,9 +267,11 @@ struct mdesc {
 
 };
 
-int mmalloc_compare_heap(void *h1, void *h2);
+int mmalloc_compare_heap(void *h1, void *h2, void *std_heap_addr);
 
-int mmalloc_compare_mdesc(struct mdesc *mdp1, struct mdesc *mdp2);
+int mmalloc_compare_mdesc(struct mdesc *mdp1, struct mdesc *mdp2, void *std_heap_addr);
+
+void mmalloc_display_info(void *h);
 
 /* Bits to look at in the malloc descriptor flags word */