================
@@ -0,0 +1,24 @@
+
+
+#include <windows.h>
+
+extern "C" {
+
+int rpmalloc_initialize(void);
+void rpmalloc_finalize(void);
+void rpmalloc_thread_initialize(void);
+void rpmalloc_thread_finalize(int release_caches);
----------------
GkvJwa wrote:The reason is the same as the reason for checking LLVM_ENABLE_RPMALLOC in CMake: the overloaded malloc lacks a global macro definition. https://github.com/llvm/llvm-project/pull/171465 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
