Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add calloc_intercept to avoid mistmatches.
[simgrid.git] / include / smpi / sampi.h
index 5e011d9..701df11 100644 (file)
@@ -16,6 +16,7 @@
 
 #ifndef HAVE_SMPI
 #undef malloc
+#undef calloc
 #undef free
 // Internally disable these overrides (HAVE_SMPI is only defined when building the library)
 #define malloc(nbytes) _sampi_malloc(nbytes)