]> AND Public Git Repository - simgrid.git/blobdiff - include/smpi/sampi.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
linting yaml
[simgrid.git] / include / smpi / sampi.h
index dc5095eeb52dd07b42135a7f05c31f801f6a781f..dd94dee0c8b63fbcbd5104531a5c1a59957c56e9 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef HAVE_SMPI
 #undef malloc
 #undef calloc
+#undef realloc
 #undef free
 // Internally disable these overrides (HAVE_SMPI is only defined when building the library)
 #define malloc(nbytes) _sampi_malloc(nbytes)