Commit a42c8dd4 authored by haraken@chromium.org's avatar haraken@chromium.org

Oilpan: Split Heap.h into two files

To reduce a mess of Heap.h, this CL splits Heap.h into Heap.h and HeapPage.h.

This CL just moves code around without any behavioral change.

BUG=437144

Review URL: https://codereview.chromium.org/1314793002

git-svn-id: svn://svn.chromium.org/blink/trunk@201109 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent a243a4d3
......@@ -20,6 +20,8 @@ source_set("heap") {
"Heap.h",
"HeapAllocator.cpp",
"HeapAllocator.h",
"HeapPage.cpp",
"HeapPage.h",
"InlinedGlobalMarkingVisitor.h",
"MarkingVisitor.h",
"MarkingVisitorImpl.h",
......
This diff is collapsed.
This diff is collapsed.
......@@ -43,6 +43,8 @@
'Heap.h',
'HeapAllocator.cpp',
'HeapAllocator.h',
'HeapPage.cpp',
'HeapPage.h',
'InlinedGlobalMarkingVisitor.h',
'MarkingVisitor.h',
'MarkingVisitorImpl.h',
......
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