Commit 46e38cca authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

heap: Remove unused HeapSnapshotInfo

Change-Id: I02a5bae112eac610f189d0408a592acd0d71277c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862950
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Anton Bikineev <bikineev@chromium.org>
Auto-Submit: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: default avatarAnton Bikineev <bikineev@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705932}
parent 929127e3
...@@ -507,14 +507,6 @@ class BasePage { ...@@ -507,14 +507,6 @@ class BasePage {
virtual void PoisonUnmarkedObjects() = 0; virtual void PoisonUnmarkedObjects() = 0;
#endif #endif
class HeapSnapshotInfo {
STACK_ALLOCATED();
public:
size_t free_count = 0;
size_t free_size = 0;
};
virtual void CollectStatistics( virtual void CollectStatistics(
ThreadState::Statistics::ArenaStatistics* arena_stats) = 0; ThreadState::Statistics::ArenaStatistics* arena_stats) = 0;
......
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