Loading...
--- libmalloc/libmalloc-409.40.6/src/platform.h
+++ libmalloc/libmalloc-409.60.6/src/platform.h
@@ -172,8 +172,8 @@
#endif
-#ifndef MALLOC_ZERO_ON_FREE_ENABLED_DEFAULT
-#define MALLOC_ZERO_ON_FREE_ENABLED_DEFAULT true
+#ifndef MALLOC_ZERO_POLICY_DEFAULT
+#define MALLOC_ZERO_POLICY_DEFAULT MALLOC_ZERO_ON_FREE
#endif
#endif // __PLATFORM_H