X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/196bcabf3c533a02f12b43f040f8fb5cb1e43235..9006d78ba8a08a6500c994bb8141f48376448fc4:/include/xbt/mmalloc.h diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index b53046853f..93ba1f582a 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -58,7 +58,7 @@ extern void mmalloc_display_info_heap(xbt_mheap_t h); void mmalloc_set_current_heap(xbt_mheap_t new_heap); xbt_mheap_t mmalloc_get_current_heap(void); -int mmalloc_compare_heap(xbt_mheap_t mdp1, xbt_mheap_t mdp2, void* s_heap, void* r_heap); +int mmalloc_compare_heap(xbt_mheap_t mdp1, xbt_mheap_t mdp2); void mmalloc_backtrace_display(xbt_mheap_t mdp, void *addr);