commit | 62746d8d9c4400e4764f162b22bfb1a32be287a9 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Dec 08 16:59:43 2014 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Dec 18 16:56:10 2014 -0800 |
tree | 415dc3a150d7f6d2df6672c640c19e70f2aab4db | |
parent | 15ff1a8642fbbe3fb29273f35005ccc7524bb942 [diff] [blame] |
ART: Swap-space in the compiler Introduce a swap-space and corresponding allocator to transparently switch native allocations to memory backed by a file. Bug: 18596910 Change-Id: I131448f3907115054a592af73db86d2b9257ea33
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index 5b014b3..c19b30f 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h
@@ -55,6 +55,7 @@ int GetFd() const; + void Close(); void Unlink(); private: