X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/31024f8e71fcc2168e3a9a0274d122b2525ccbce..1123a69b82b73a4edd1cc9012330de33919d171e:/include/xbt/mmalloc.h diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index e4bf2a5595..13222c6f1d 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -23,6 +23,8 @@ #include "xbt/dynar.h" #include "xbt/dict.h" +SG_BEGIN_DECL() + /* Datatype representing a separate heap. The whole point of the mmalloc module * is to allow several such heaps in the process. It thus works by redefining * all the classical memory management functions (malloc and friends) with an @@ -75,5 +77,7 @@ void reset_heap_information(void); size_t mmalloc_get_bytes_used(xbt_mheap_t); ssize_t mmalloc_get_busy_size(xbt_mheap_t, void *ptr); +SG_END_DECL() + #endif #endif /* MMALLOC_H */