disable MADV_FREE usage in mallocng
[musl] / src / malloc / mallocng / glue.h
index 151c48b..77f4c81 100644 (file)
@@ -24,6 +24,8 @@
 #define realloc __libc_realloc
 #define free __libc_free
 
+#define USE_MADV_FREE 0
+
 #if USE_REAL_ASSERT
 #include <assert.h>
 #else