X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d929149dc5f210fc2599db0407351ba27ad3a2ec..ffe8ce65fd9a8e18a0469f26f067c3ea6d5d60d4:/src/xbt/mmalloc/mmprivate.h diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index 67c5bba166..8a40c4891d 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -321,6 +321,8 @@ 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);