]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/mallocator.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't mix the refcount of s4u::Comm and the one of CommImpl
[simgrid.git] / src / xbt / mallocator.c
index f898c39e8017b9a23b1e66c90aea0b4d0f60f335..408e115d7cd1b2a722b413f1807bb03451dc0920 100644 (file)
@@ -71,7 +71,7 @@ void xbt_mallocator_initialization_is_done(int protect)
 
 /** used by the module to know if it's time to activate the mallocators yet */
 static inline int xbt_mallocator_is_active(void) {
-#if HAVE_MALLOCATOR
+#if SIMGRID_HAVE_MALLOCATOR
   return initialization_done && !MC_is_active();
 #else
   return 0;