OSDN Git Service

Use smaller rosalloc run sizes.
authorHiroshi Yamauchi <yamauchi@google.com>
Wed, 23 Mar 2016 17:54:59 +0000 (10:54 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Wed, 23 Mar 2016 19:31:43 +0000 (12:31 -0700)
commita16ff3c138747fc7ff62e11f1c85a3698c966559
treef2b2a0d8c26586eec700384555ffa5c06a5309b7
parentf8484c8b55f4b423048f94dfabbe44110a039a9b
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.

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