OSDN Git Service

Use smaller rosalloc run sizes.
authorHiroshi Yamauchi <yamauchi@google.com>
Wed, 23 Mar 2016 21:22:34 +0000 (14:22 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Wed, 23 Mar 2016 22:31:21 +0000 (15:31 -0700)
commitfc067bfbcd00c65917b0a2f0964d7b40bd847903
treec53f57359f077975576d9eb4c342a0885ab6f7a8
parent2e89e901b9f303549f3ba64e45d87292e9c986c8
Use smaller rosalloc run sizes.

Use 1/1/1/2/4 instead of 1/4/8/16/32 to save memory footprint.

No regressions in BinaryTrees, Ritz MemAlocTest, Ritz EAAC.

(cherrypick commit c867a275aa7a132ec1fd4f3b8c27812bda61ea73)

Bug: 27744947
Bug: 9986565
Change-Id: I8ac3fd23719e5cfcce7e5715a03f40701f3ff339
runtime/gc/allocator/rosalloc.cc