X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/196bcabf3c533a02f12b43f040f8fb5cb1e43235..8cce4677bbae8649654b26c7a43012c058dfd5d2:/src/xbt/mmalloc/mmprivate.h diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index f322b11c32..1e2d6aacf6 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -224,11 +224,11 @@ struct mdesc { }; -int mmalloc_compare_mdesc(struct mdesc *mdp1, struct mdesc *mdp2, void* s_heap, void* r_heap); +int mmalloc_compare_mdesc(struct mdesc *mdp1, struct mdesc *mdp2); void mmalloc_display_info(void *h); -const char* get_addr_memory_map(void *addr, void* s_heap, void* r_heap); +void *get_end_addr_heap(void *s_heap); /* Bits to look at in the malloc descriptor flags word */