X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1086dc93eea1d88ee42e9317fda2278c784d0b60..977f0ae037cfbf3681ef2240be5b5272224a1d0c:/src/xbt/mmalloc/mmprivate.h diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index 123b6278cd..05cdf9ae6e 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -218,14 +218,9 @@ extern void __mmalloc_free(struct mdesc *mdp, void *ptr); extern struct mdesc *__mmalloc_default_mdp; -/* Initialize the first use of the default malloc descriptor, which uses - an sbrk() region. */ - -extern struct mdesc *__mmalloc_create_default_mdp(void); - /* Remap a mmalloc region that was previously mapped. */ -extern void *__mmalloc_remap_core(struct mdesc *mdp); +extern void *__mmalloc_remap_core(xbt_mheap_t mdp); /* Get core for the memory region specified by MDP, using SIZE as the amount to either add to or subtract from the existing region. Works