X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f703e5eea34c57dbfcda1f9c6d2e8ac3f1512062..d013cec453ee914baf3c62275ea2042c41e7c270:/include/xbt/mmalloc.h diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index c259bf6d2e..0a5dadee72 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -73,6 +73,6 @@ 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); +size_t mmalloc_get_bytes_used(xbt_mheap_t); #endif /* MMALLOC_H */