summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Yamauchi <yamauchi@google.com>2013-11-19 11:08:27 -0800
committerHiroshi Yamauchi <yamauchi@google.com>2013-11-19 11:08:27 -0800
commitd31fb9718a6180304cd951619dc36be8e090a641 (patch)
treec09af8533fe809397bb1f0b2e2890fa426293c53
parent43fddc8b1118d0dc34304ad646e202e28c5f088f (diff)
downloadart-d31fb9718a6180304cd951619dc36be8e090a641.tar.gz
art-d31fb9718a6180304cd951619dc36be8e090a641.tar.bz2
art-d31fb9718a6180304cd951619dc36be8e090a641.zip
Enable rosalloc by default.
Bug: 9986565 Change-Id: I485341d30a21704ddbc45d8f531ef5593a358bb5
-rw-r--r--runtime/gc/heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/heap.h b/runtime/gc/heap.h
index 6e8890c4c6..3da3943aa7 100644
--- a/runtime/gc/heap.h
+++ b/runtime/gc/heap.h
@@ -109,7 +109,7 @@ enum HeapVerificationMode {
static constexpr HeapVerificationMode kDesiredHeapVerification = kNoHeapVerification;
// If true, use rosalloc/RosAllocSpace instead of dlmalloc/DlMallocSpace
-static constexpr bool kUseRosAlloc = false;
+static constexpr bool kUseRosAlloc = true;
class Heap {
public: