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

Unified Diff: src/vm/object_memory_copying.cc

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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/vm/object_memory.cc ('k') | src/vm/object_memory_mark_sweep.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/object_memory_copying.cc
diff --git a/src/vm/object_memory_copying.cc b/src/vm/object_memory_copying.cc
index ba4df5fd0172023ce35f5d7bd4554c5af4dcfb9a..11d7366e6e0200dd6913632ef84073b6f8ea9ed7 100644
--- a/src/vm/object_memory_copying.cc
+++ b/src/vm/object_memory_copying.cc
@@ -6,7 +6,7 @@
#include "src/vm/object.h"
-namespace fletch {
+namespace dartino {
// In the semispaces, the sentinel marks the allocation limit in each chunk.
// It is written when we flush, and when we allocate during GC, but it is not
@@ -179,4 +179,4 @@ bool SemiSpace::CompleteScavengeGenerational(PointerVisitor* visitor) {
return found_work;
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/object_memory.cc ('k') | src/vm/object_memory_mark_sweep.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698