commit | 00b5915828f89daaefd9e8fb215658360f76762c | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Jul 25 10:13:51 2014 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Jul 25 11:31:58 2014 -0700 |
tree | 3c9f3509878323d3431567bea822ca2a1858cef3 | |
parent | 9fbe946f49724ff7ae30da5d366a002d1e6addfa [diff] |
Fix dangling pointer bug when transitioning to background. Dangling pointer left behind from the old rosalloc / dlmalloc spaces. We now avoid using this pointer by using main_space_ and non_moving_space_ as well as clear the pointer when we remove the space. Bug: 16567203 Change-Id: Ida9ff30783e89cd4a4d86a4d0e912701692101f1