X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/184f7cbedd7496fb81e192e78f7beae87f942ee5..8cce4677bbae8649654b26c7a43012c058dfd5d2:/include/xbt/mmalloc.h diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index 71efba7171..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); +int mmalloc_compare_heap(xbt_mheap_t mdp1, xbt_mheap_t mdp2); void mmalloc_backtrace_display(xbt_mheap_t mdp, void *addr);