Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add mallocators in ChangeLog
authorthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Aug 2006 07:10:22 +0000 (07:10 +0000)
committerthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Aug 2006 07:10:22 +0000 (07:10 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2686 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index ecb760a..119b558 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,10 @@ SimGrid (3.1.1) unstable; urgency=low
     testall is the result of our cunit mecanism, and should replace all
     the scripty thingy around since bash don't run easily on billware.
 
+  * A mallocator system has been added. [Christophe Thiery]
+    Mallocators allow you to recycle your unused objects instead of freeing them
+    and allocating new ones.
+
   Documentation update:
   * FAQ reworking + New FAQs:
     - "Valgrind spits tons of errors!" [Mt]