X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b0dda3cdd6d01bf663627bc1eef628dfdf1418d7..12b884a0e928fc554aff99d3afb02d98a957f571:/include/xbt/mmalloc.h diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index 6e18310629..f167e248b7 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -64,6 +64,10 @@ extern int mmtrace(void); extern void *mmalloc_findbase(int size); +extern int mmalloc_compare_heap(void *h1, void *h2); + +extern void mmalloc_display_info_heap(void *h); + /* To change the heap used when using the legacy version malloc/free/realloc and such */ void mmalloc_set_current_heap(void *new_heap); void *mmalloc_get_current_heap(void);