MaskRay added inline comments.
Herald added a subscriber: Enna1.
Herald added a project: All.


================
Comment at: compiler-rt/lib/lsan/lsan_allocator.h:76
+#elif defined(__s390x__)
+const uptr kAllocatorSpace = 0x40000000000ULL;
+const uptr kAllocatorSize = 0x40000000000ULL;  // 4T.
----------------
Why is 0x40000000000ULL used?

Does 0x50000000000ULL or 0x60000000000ULL work as well?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78644/new/

https://reviews.llvm.org/D78644

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to