[compiler-rt] [scudo] Add a method to use a hard-coded page size (PR #106646)

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 16:50:08 PDT 2024


================
@@ -140,6 +140,11 @@ class Allocator {
   typedef typename QuarantineT::CacheT QuarantineCacheT;
 
   void init() {
+#if !defined(SCUDO_PAGE_SIZE)
----------------
cferris1000 wrote:

Agreed, so removed.

https://github.com/llvm/llvm-project/pull/106646


More information about the llvm-commits mailing list