commit | c4d095bba4d2cbc63ca6ca85787122c0f3e131cf | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Apr 15 12:01:58 2014 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Apr 15 12:13:36 2014 -0700 |
tree | de3dd89b0d2bb405ee75bbf8ba9024f6ac0ca7b4 | |
parent | c311d0c85e17773042daaa7a4abc58b3e3c0a0c1 [diff] |
Don't call SetFootprintLimit in CreateZygoteSpace. Since SetFootprintLimit uses the allocators accounting it can set a word inside of the zygote space mem map. This was causing issues since it was occasionally clobbering one of the object classes. This occured since we compact objects into the space which was used by the allocator's internal accounting during zygote bin packing. Also addressed some TODO. Bug: 14056343 Change-Id: I9fc5a61174fa141c0f44d0ed0ae0cc6d77cb4e0a