Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a mallocator system to recycle unused objects instead of free them and malloc...
authorthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Aug 2006 14:08:18 +0000 (14:08 +0000)
committerthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Aug 2006 14:08:18 +0000 (14:08 +0000)
commite048b9d6c83f24e8649df8ae09759d4616ec0d30
tree45aec26c90f14694fdf6c23cf392f17d289b5d6e
parent43e9ac12ea9282621bfaed783cb4c96847e9406b
Add a mallocator system to recycle unused objects instead of free them and malloc new ones

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/xbt/mallocator.h [new file with mode: 0644]
src/xbt/mallocator.c [new file with mode: 0644]
src/xbt/mallocator_private.h [new file with mode: 0644]