OSDN Git Service

Trim arena maps during heap trim
authorMathieu Chartier <mathieuc@google.com>
Mon, 26 Oct 2015 17:21:14 +0000 (10:21 -0700)
committerMathieu Chartier <mathieuc@google.com>
Mon, 26 Oct 2015 17:31:33 +0000 (10:31 -0700)
commit8d447252fdd2c5f4d77cef8dc19499b4a116d876
treed907788ad9d988f6ed138c5ea4ef12a279c244b8
parente04f37908bfd72382163c1285853e662373229a2
Trim arena maps during heap trim

Reduces RAM with verify-at-runtime.

Before:
9985 kB: .LinearAlloc

After:
6594 kB: .LinearAlloc

Change-Id: I4d0a0359cc3b55c924790f749eaeaa5cf55ad7df
runtime/gc/heap.cc