[all-commits] [llvm/llvm-project] b3ccfa: [hwasan] Increase max allocation size to 1Tb.

Evgenii Stepanov via All-commits all-commits at lists.llvm.org
Tue Oct 20 14:02:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b3ccfa1e0ce74041a76ce802e3be7944eea57c41
      https://github.com/llvm/llvm-project/commit/b3ccfa1e0ce74041a76ce802e3be7944eea57c41
  Author: Evgenii Stepanov <eugenis at google.com>
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_allocator.cpp
    M compiler-rt/lib/hwasan/hwasan_allocator.h
    M compiler-rt/test/hwasan/TestCases/allocator_returns_null.cpp
    M compiler-rt/test/hwasan/TestCases/sizes.cpp

  Log Message:
  -----------
  [hwasan] Increase max allocation size to 1Tb.

2Gb is unreasonably low on devices with 12Gb RAM and more.

Differential Revision: https://reviews.llvm.org/D89750




More information about the All-commits mailing list