X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9347ab3e960f0f098338c88a79724dbcf4a58bb..16a81d317a360ed7c9a3f3615b58b991f99cd241:/include/xbt/mmalloc.h diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index 74904083c6..e3b5b10807 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -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 */