X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a1bfd9a25fa2b60dd146d55d56c9e4635e76e06..176b21d6ac0835d9bb1a22f93410df314ba8a057:/include/xbt/mmalloc.h diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index a9d33eef1f..d6bc9d9067 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -58,7 +58,11 @@ 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 *std_heap_addr); +int mmalloc_compare_heap(xbt_mheap_t mdp1, xbt_mheap_t mdp2); + +void mmalloc_backtrace_display(xbt_mheap_t mdp, void *addr); + +void mmalloc_backtrace_block_display(xbt_mheap_t mdp, size_t block); #endif /* MMALLOC_H */