Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: Source/platform/heap/ThreadState.h

Issue 850663002: Oilpan: fix computation of ThreadState::m_collectionRate. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Undo ill-effects of previous patchset Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/ThreadState.h
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
index ca0a0baf080e2917e3b44ba0018e628e9af4195d..6f788b740f11bd48b416b604c8e468582770a94a 100644
--- a/Source/platform/heap/ThreadState.h
+++ b/Source/platform/heap/ThreadState.h
@@ -634,7 +634,7 @@ private:
bool m_didV8GCAfterLastGC;
bool m_sweepForbidden;
size_t m_noAllocationCount;
- size_t m_allocatedObjectSizeBeforeSweeping;
+ size_t m_allocatedObjectSizeBeforeGC;
ThreadHeap* m_heaps[NumberOfHeaps];
Vector<OwnPtr<CleanupTask>> m_cleanupTasks;
« no previous file with comments | « no previous file | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698