Description[heap] Fix stale end_ pointer in FreeListCategory::EvictFreeListItemsInList
During eviction of FreeSpace nodes that reside on eviction pages we iterate
throug the list node-by-node, unlinking only those that reside on eviction
pages. We failed to properly update end_ if nodes were evicted are encountering
nodes that that are left as is.
BUG=chromium:539356
LOG=N
R=hpayer@chromium.org
Committed: https://crrev.com/af4888de13fe2d93601abbb75c43a6d603fb8f78
Cr-Commit-Position: refs/heads/master@{#31383}
Patch Set 1 : #Patch Set 2 : DCHECK / harden counter logic #Patch Set 3 : Fix copy/paste error #Messages
Total messages: 21 (10 generated)
|