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

Unified Diff: third_party/WebKit/Source/platform/heap/Heap.h

Issue 1804863002: Refactor RegionTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed Created 4 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 | third_party/WebKit/Source/platform/heap/Heap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/heap/Heap.h
diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
index 4f27e2aa1199dc12928d25c6cca0836ac88a53b9..7c8fc9daf4eecb91222d253575655732ac9e5eb1 100644
--- a/third_party/WebKit/Source/platform/heap/Heap.h
+++ b/third_party/WebKit/Source/platform/heap/Heap.h
@@ -259,8 +259,7 @@ public:
// provide an efficient mapping from arbitrary addresses to the containing
// heap-page if one exists.
static BasePage* lookup(Address);
- static void addPageMemoryRegion(PageMemoryRegion*);
- static void removePageMemoryRegion(PageMemoryRegion*);
+ static RegionTree* getRegionTree();
static const GCInfo* gcInfo(size_t gcInfoIndex)
{
@@ -317,7 +316,6 @@ private:
static HeapDoesNotContainCache* s_heapDoesNotContainCache;
static FreePagePool* s_freePagePool;
static OrphanedPagePool* s_orphanedPagePool;
- static RegionTree* s_regionTree;
static size_t s_allocatedSpace;
static size_t s_allocatedObjectSize;
static size_t s_objectSizeAtLastGC;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/Heap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698