Add temporal fix for https://github.com/google/sanitizers/issues/703. 57/88557/4
authorMaxim Ostapenko <m.ostapenko@samsung.com>
Mon, 19 Sep 2016 14:38:07 +0000 (17:38 +0300)
committerDongkyun Son <dongkyun.s@samsung.com>
Tue, 11 Oct 2016 12:55:58 +0000 (05:55 -0700)
commit53b7deb9a9cf0a39f1601ac26907d4afd57016f2
treea0b2bd2b384ebb3dcb54c7180199ab1025dc8aab
parenta6549ffda72b4f84bbd2c763640181eaeccf6582
Add temporal fix for https://github.com/google/sanitizers/issues/703.

Redefine SANITIZER_MMAP_RANGE_SIZE to (1UL << 40) for AArch64. This is a
workaround for https://github.com/google/sanitizers/issues/703 that speeds
up LSan and makes it usable for AArch64.

Change-Id: I31672b4feab6c91a2ec17fae76ab9d1d494aeb5c
Signed-off-by: Maxim Ostapenko <m.ostapenko@samsung.com>
libsanitizer/lsan/lsan_allocator.cc