Description[heap] Fix Unmapper::TearDown to include delayed chunks
Delayed chunks in the unmapper are chunks that should be unmapped but could
potentially still be accessed by the sweeper (page header), hence their
unmapping is delayed.
During TearDown, however, we need to properly unmap those pages, i.e., check
that they can now be unmapped (should always hold) and properly unmap them.
BUG=chromium:656537
R=ulan@chromium.org
Committed: https://crrev.com/588641f242f4adf5240ca02d95c945afa40ab6c9
Cr-Commit-Position: refs/heads/master@{#40698}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|