From e21dc3db191df04c100620965bee4617b3b24397 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 8 Dec 2014 16:59:43 -0800 Subject: 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 (cherry picked from commit 62746d8d9c4400e4764f162b22bfb1a32be287a9) Change-Id: I131448f3907115054a592af73db86d2b9257ea33 --- compiler/utils/array_ref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/utils/array_ref.h') diff --git a/compiler/utils/array_ref.h b/compiler/utils/array_ref.h index 1a7f2e8c02..b1b0ee5e53 100644 --- a/compiler/utils/array_ref.h +++ b/compiler/utils/array_ref.h @@ -84,7 +84,7 @@ class ArrayRef { template ArrayRef(const std::vector& v, - typename std::enable_if::value, tag>::tag + typename std::enable_if::value, tag>::type t ATTRIBUTE_UNUSED = tag()) : array_(v.data()), size_(v.size()) { } -- cgit v1.2.3-59-g8ed1b