commit | c9acd230431acf786b5597cbbc2da57e88eb0435 | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Wed Jul 21 17:51:32 2021 -0700 |
committer | Hans Boehm <hboehm@google.com> | Thu Jul 22 21:15:14 2021 +0000 |
tree | 383869b7275bbd2b16b7481f507c6ce1e6bc679d | |
parent | 09bfdf1700feeedf85c4a53502d3c14b4d3f41fd [diff] |
Delete almost correct CHECK The bytes_allocated + freed_bytes >= bytes_allocated_before_gc CHECK could fail if we expand space use as a result of copying, and perhaps for other reasons. Delete it, and have the later code deal with the fact that it may not hold. Test: Build and boot AOSP. Bug: 194263989 Change-Id: I9188a7cd13661c16b1b69a90d1f03d60548db217