]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/mmalloc.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
few fortran defines to make bigdft happy
[simgrid.git] / include / xbt / mmalloc.h
index 74904083c652e81315e2867daa4266b03b3f8e44..e3b5b10807ee3e026f87eed08d61877b1449bb5b 100644 (file)
@@ -70,6 +70,8 @@ void mmalloc_backtrace_display(void *addr);
 
 int is_free_area(void *area, xbt_mheap_t heap);
 
+size_t mmalloc_get_chunks_used(xbt_mheap_t);
+
 
 
 #endif                          /* MMALLOC_H */