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