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

Unified Diff: src/heap/spaces.h

Issue 2792063004: Reland of [heap] Fix CompactionSpace test and move to unittests (Closed)
Patch Set: Fix Created 3 years, 8 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 | « src/heap/heap.h ('k') | test/cctest/heap/test-spaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/spaces.h
diff --git a/src/heap/spaces.h b/src/heap/spaces.h
index 7557b825e79190db727b92cbb4a03d060ca0594d..54ec7e37f22d70f9c2c0964197d6ffd4546d069b 100644
--- a/src/heap/spaces.h
+++ b/src/heap/spaces.h
@@ -807,7 +807,7 @@ class Page : public MemoryChunk {
size_t ShrinkToHighWaterMark();
- void CreateBlackArea(Address start, Address end);
+ V8_EXPORT_PRIVATE void CreateBlackArea(Address start, Address end);
#ifdef DEBUG
void Print();
@@ -2733,7 +2733,7 @@ class PauseAllocationObserversScope {
// -----------------------------------------------------------------------------
// Compaction space that is used temporarily during compaction.
-class CompactionSpace : public PagedSpace {
+class V8_EXPORT_PRIVATE CompactionSpace : public PagedSpace {
public:
CompactionSpace(Heap* heap, AllocationSpace id, Executability executable)
: PagedSpace(heap, id, executable) {}
« no previous file with comments | « src/heap/heap.h ('k') | test/cctest/heap/test-spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698