Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove comment which has not been accurate for a long long time
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 5 Jun 2014 17:24:38 +0000 (19:24 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 5 Jun 2014 17:24:38 +0000 (19:24 +0200)
src/xbt/mmalloc/mmprivate.h

index 5e2a7ed..abf6140 100644 (file)
@@ -220,8 +220,7 @@ struct mdesc {
   /* Limit of valid info table indices.  */
   size_t heaplimit;
 
-  /* Block information table.
-     Allocated with malign/mfree (not mmalloc/mfree).  */
+  /* Block information table. */
   /* Table indexed by block number giving per-block information.  */
   malloc_info *heapinfo;