Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : move function from mc_global in mm_module (compilation error without MC)
[simgrid.git] / include / xbt / mmalloc.h
index 9f78266..038b5d3 100644 (file)
@@ -75,6 +75,8 @@ int is_free_area(void *area, xbt_mheap_t heap);
 
 size_t mmalloc_get_chunks_used(xbt_mheap_t);
 
+void remove_ignore_heap(void *address, size_t size);
+
 
 
 #endif                          /* MMALLOC_H */