commit | b32837faaa5b0b0f25652c389c4503304fe9fac8 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Apr 20 18:08:26 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Apr 21 13:23:51 2016 -0700 |
tree | 2eb54be3b0786b3124cedeff01ba94e4802a7d45 | |
parent | 4daa75db815021c701ee90070e1cfaac242394b7 [diff] |
Fix iteration over huge allocations Huge allocations may have a size that is not a multiple of chunksize. When stepping through chunks round up the huge allocation size to the next multiple of chunksize. Change-Id: I417fdfb840559c2b90c97b0ade7670aa2d181de4 Fixes: 28303511 (cherry picked from commit 1e14731d7182460d082d128660d419b26b9c6c39)