X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d344049c320eee19a74e2fe4e1be14986207d83b..d224717198062a7db0c69aa4b653df0e80a1c891:/src/xbt/mmalloc/mmprivate.h diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index a84d175798..28dea9d787 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -267,6 +267,10 @@ struct mdesc { }; +int mmalloc_compare_heap(void *h1, void *h2); + +int mmalloc_compare_mdesc(struct mdesc *mdp1, struct mdesc *mdp2); + /* Bits to look at in the malloc descriptor flags word */ #define MMALLOC_DEVZERO (1 << 0) /* Have mapped to /dev/zero */