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

Public GIT Repository
Make cunit memory clean
[simgrid.git] / include / xbt / dict.h
index e2e87ecfdadb96b624ded3a267ece013d7027df1..0ef215ac008ce0eb92bc0617141dedd754d5a8b4 100644 (file)
@@ -31,8 +31,8 @@ SG_BEGIN_DECL()
  xbt_dict_set(mydict,"my data", strdup(buff), free); 
 
  sprintf(buff,"another good stuff");
- xbt_dict_set(mydict,"my data", strdup(buff), free); // previous data gets erased (and freed) by second add \endverbatim
-
+ xbt_dict_set(mydict,"my data", strdup(buff), free); // previous data gets erased (and freed) by second add 
+\endverbatim
  *
  */
 
@@ -64,7 +64,9 @@ SG_BEGIN_DECL()
   XBT_PUBLIC(void) xbt_dict_reset(xbt_dict_t dict);
   XBT_PUBLIC(int) xbt_dict_length(xbt_dict_t dict);
   XBT_PUBLIC(void) xbt_dict_dump(xbt_dict_t dict, void (*output)(void*));
-  
+  XBT_PUBLIC(void) xbt_dict_dump_sizes(xbt_dict_t dict);
+   
+   
 /** @} */
 /** @defgroup XBT_dict_nnul Dictionnaries with non-nul terminated keys
  *  @ingroup XBT_dict