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

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

Issue 994503005: Oilpan: ENABLE(GC_PROFILING): Don't emit free list entries for LargeObject heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/ThreadState.cpp
diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp
index 43f1fa03574b0c20a6556f65471640d80d9345bd..fbea6273908743f9d5e8560b3d1ebed6c8759105 100644
--- a/Source/platform/heap/ThreadState.cpp
+++ b/Source/platform/heap/ThreadState.cpp
@@ -1167,7 +1167,6 @@ void ThreadState::snapshotFreeList()
SNAPSHOT_FREE_LIST(Vector);
SNAPSHOT_FREE_LIST(InlineVector);
SNAPSHOT_FREE_LIST(HashTable);
- SNAPSHOT_FREE_LIST(LargeObject);
FOR_EACH_TYPED_HEAP(SNAPSHOT_FREE_LIST);
json->endArray();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698