Commit efcdd33a authored by mlippautz's avatar mlippautz Committed by Commit bot

[heap] Minor MC: Flush concurrent external memory counter

BUG=chromium:651354

Review-Url: https://codereview.chromium.org/2871543002
Cr-Commit-Position: refs/heads/master@{#45159}
parent 4e7c416d
......@@ -2610,6 +2610,8 @@ void MinorMarkCompactCollector::CollectGarbage() {
marking_state(p).ClearLiveness();
}
}
heap()->account_external_memory_concurrently_freed();
}
void MinorMarkCompactCollector::ClearNonLiveReferences() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment