OSDN Git Service

Fix address space conflict with asan in 32-bit.
authorHiroshi Yamauchi <yamauchi@google.com>
Wed, 1 Feb 2017 18:58:17 +0000 (10:58 -0800)
committerHiroshi Yamauchi <yamauchi@google.com>
Thu, 2 Feb 2017 01:45:54 +0000 (17:45 -0800)
commit4d444c87dc3d74f0f7136c6ac8a23929e0aac7a6
tree7bfa01614011b49406826677a8145fbbea04ea21
parent50a676848d644bbfafa9f47eff0ca9d2ccba6e4b
Fix address space conflict with asan in 32-bit.

Asan reserves 0x04000000 - 0x20000000 in 32-bit.

Bug: 34606909
Test: marlin-userdebug asan coverage build boots.
Test: test-art-host
Change-Id: I3ee9cd290cd02de02e7d6c79b854479a985549c3
runtime/gc/heap.cc