X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e14c9299b7ebe3fe12a6eeb51c2a8e5bbd847d28..ffe8ce65fd9a8e18a0469f26f067c3ea6d5d60d4:/src/xbt/mmalloc/mmprivate.h diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index c652e41965..8a40c4891d 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -321,4 +321,11 @@ static inline int mmalloc_get_increment(malloc_info* heapinfo) { void mmcheck(xbt_mheap_t heap); +int malloc_use_mmalloc(void); + +int mmalloc_exec_using_mm(int argc, const char** argv); +void mmalloc_ensure_using_mm(int argc, const char** argv); + +size_t mmalloc_get_bytes_used_remote(size_t heaplimit, const malloc_info* heapinfo); + #endif /* __MMPRIVATE_H */