[hwasan] Increase allocator space for non-android Linux
authorVitaly Buka <vitalybuka@google.com>
Wed, 8 Mar 2023 01:18:01 +0000 (17:18 -0800)
committerVitaly Buka <vitalybuka@google.com>
Wed, 8 Mar 2023 22:12:39 +0000 (14:12 -0800)
commit023f8b08dbf8ca9cbe8842266106e8470d65af34
treeeebf49947a2d94bb5447d29994ec28d7e8abdd2b
parente7ec123c6af9ed4856e301512444487528a59dee
[hwasan] Increase allocator space for non-android Linux

This is max acceptable value with pow of 2 for DefaultSizeClassMap, the
same as for ASAN.

Reviewed By: kstoimenov

Differential Revision: https://reviews.llvm.org/D145536
compiler-rt/lib/hwasan/hwasan_allocator.h
compiler-rt/test/hwasan/TestCases/Linux/decorate-proc-maps.c
compiler-rt/test/hwasan/TestCases/use-after-free.c