From: agiersch Date: Tue, 9 Nov 2010 15:48:04 +0000 (+0000) Subject: Forgot this file with commit 8506. X-Git-Tag: v3_5~319 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b0dda3cdd6d01bf663627bc1eef628dfdf1418d7 Forgot this file with commit 8506. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8508 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index d3b2aa7b6a..6e18310629 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -46,6 +46,8 @@ extern struct mstats mmstats(void *md); extern void *mmalloc_attach(int fd, void *baseaddr); +extern void mmalloc_pre_detach(void *md); + extern void *mmalloc_detach(void *md); extern int mmalloc_setkey(void *md, int keynum, void *key);