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

Public GIT Repository
Unsigned cannot be < 0.
[simgrid.git] / src / include / xbt / xbt_modinter.h
index 254f5544489322446a9a66a9ce31dc5aa7c81603..50178d64ccecd63fb5db626f2e6b6547723e8922 100644 (file)
@@ -1,6 +1,6 @@
 /* xbt_modinter - How to init/exit the XBT modules                          */
 
-/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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