X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c40ca1c8de2080575f5b3a0de33a6d4bf6474f10..d78311982007a2c778ff692c35c9d2787642c199:/include/xbt/mmalloc.h diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index 1148c7272d..d3d23a7671 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -39,15 +39,13 @@ extern void *mvalloc(void *md, size_t size); extern void *mmalloc_attach(int fd, void *baseaddr); -extern void mmalloc_pre_detach(void *md); +extern void mmalloc_detach_no_free(void *md); extern void *mmalloc_detach(void *md); /* return the heap used when NULL is passed as first argument to any mm* function */ extern void *mmalloc_get_default_md(void); -extern int mmtrace(void); - extern void *mmalloc_findbase(int size); extern int mmalloc_compare_heap(void *h1, void *h2, void *std_heap_addr);