]> AND Public Git Repository - simgrid.git/blobdiff - src/include/xbt/xbt_modinter.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the RemoteApp a field of the Exploration, and sanitize initialization
[simgrid.git] / src / include / xbt / xbt_modinter.h
index 254f5544489322446a9a66a9ce31dc5aa7c81603..5913b170c5fb617013d9db27dc3f7208c8a62525 100644 (file)
@@ -20,9 +20,6 @@ void xbt_log_postexit(void);
 void xbt_dict_preinit(void);
 void xbt_dict_postexit(void);
 
-xbt_mheap_t mmalloc_preinit(void);
-void mmalloc_postexit(void);
-
 extern int xbt_initialized;
 
 SG_END_DECL