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