[compiler-rt] [asan][sanitizer_common][AIX] Set allocator size and beginning (PR #144784)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 00:04:08 PDT 2025


================
@@ -23,7 +23,12 @@ namespace __sanitizer {
 typedef CompactSizeClassMap InternalSizeClassMap;
 
 struct AP32 {
+// For AIX 64-bit, the mmap begin is at address 0x0a00000000000000ULL.
+#if SANITIZER_AIX && SANITIZER_WORDSIZE == 64
----------------
vitalybuka wrote:

Can we get a one similar to SANITIZER_MMAP_RANGE_SIZE ?

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


More information about the llvm-commits mailing list