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

Unified Diff: vm/pages.h

Issue 8996011: - Trigger old-gen GCs when needed. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 9 years 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
« vm/heap.cc ('K') | « vm/heap.cc ('k') | vm/raw_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/pages.h
===================================================================
--- vm/pages.h (revision 2587)
+++ vm/pages.h (working copy)
@@ -80,7 +80,7 @@
bool IsValidAddress(uword addr) const {
return Contains(addr);
}
- static intptr_t IsPageAllocatableSize(intptr_t size) {
+ static bool IsPageAllocatableSize(intptr_t size) {
return size <= kAllocatablePageSize;
}
« vm/heap.cc ('K') | « vm/heap.cc ('k') | vm/raw_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698