X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8fb8fe0209c338a9b11781a002acfaf4f708afeb..1f50f809c4d885ff2b2c1a626d69ebb4cea0502f:/include/xbt/mallocator.h diff --git a/include/xbt/mallocator.h b/include/xbt/mallocator.h index e65d0e2db9..9655093a13 100644 --- a/include/xbt/mallocator.h +++ b/include/xbt/mallocator.h @@ -52,6 +52,8 @@ XBT_PUBLIC(void) xbt_mallocator_free(xbt_mallocator_t mallocator); XBT_PUBLIC(void *) xbt_mallocator_get(xbt_mallocator_t mallocator); XBT_PUBLIC(void) xbt_mallocator_release(xbt_mallocator_t mallocator, void *object); + +XBT_PUBLIC(void) xbt_mallocator_initialization_is_done(void); /** @} */ SG_END_DECL()