[compiler-rt] [scudo] Add a method to use a hard-coded page size (PR #106646)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 09:58:29 PDT 2024
================
@@ -12,13 +12,19 @@
namespace scudo {
-uptr PageSizeCached;
+#if !defined(SCUDO_PAGE_SIZE)
----------------
ChiaHungDuan wrote:
Sorry I didn't notice that it's common.cpp and common.h (I thought this changes were in the same file). Please ignore this.
https://github.com/llvm/llvm-project/pull/106646
More information about the llvm-commits
mailing list