X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b188a3ca7fe91cf125a08229fb4fe51eee26e6d..adf35dcadfd3b7c53d51a13f4accba378ea5965e:/include/xbt/mmalloc.h diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index ca4d89dd41..8ecb836bd0 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -64,7 +64,9 @@ extern int mmtrace(void); extern void *mmalloc_findbase(int size); -extern int mmalloc_compare_heap(void *h1, void *h2); +extern int mmalloc_compare_heap(void *h1, void *h2, void *std_heap_addr); + +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);