OSDN Git Service

ART: Separate out Realloc reuse and alignment tests
authorAndreas Gampe <agampe@google.com>
Tue, 23 Aug 2016 02:14:29 +0000 (19:14 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 23 Aug 2016 02:14:29 +0000 (19:14 -0700)
commit6206da5d0f158838748006f8cd978d0b2beb2762
treeb39ab485cd404570736b9dedd0778b5d5585cd06
parent48d2b14feb749c9160eb4af3e870ed935a1c6455
ART: Separate out Realloc reuse and alignment tests

Separate out the tests for Realloc buffer reuse and realloc
alignment tests. This allows to turn off reuse tests under
memory tools (where we do not reuse).

Change-Id: I93375c6fbc577f9b796325f8143317610948455a
Test: m test-art-host-gtest-arena_allocator_test
Test: m valgrind-test-art-host-gtest-arena_allocator_test
runtime/base/arena_allocator_test.cc