X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..d5a1db1d0b268cb9ed8f37246fd970fce7631943:/include/xbt/mmalloc.h 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);