From: thiery Date: Fri, 4 Aug 2006 07:10:22 +0000 (+0000) Subject: Add mallocators in ChangeLog X-Git-Tag: v3.3~2673 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/955bec2f077d375885791fdf54742f6fda337672 Add mallocators in ChangeLog git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2686 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index ecb760a262..119b558b07 100644 --- 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]