Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let malloc(0) work (and kill debug outputs)
[simgrid.git] / src / xbt / dict.c
index 21b8f60..d71f11b 100644 (file)
@@ -1,6 +1,7 @@
 /* dict - a generic dictionary, variation over hash table                   */
 
-/* Copyright (c) 2003-2010 Martin Quinson. All rights reserved.             */
+/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. 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. */
@@ -750,7 +751,7 @@ void xbt_dict_dump_sizes(xbt_dict_t dict)
  * Destroy the dict mallocators.
  * This is an internal XBT function called by xbt_exit().
  */
-void xbt_dict_exit(void)
+void xbt_dict_postexit(void)
 {
   if (dict_mallocator != NULL) {
     xbt_mallocator_free(dict_mallocator);