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

Unified Diff: src/platform.h

Issue 7639020: Perform TODO(gc) cleanup for TODO-lockdown. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 4 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
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index 6a8395775041209fd96cff65d6d943ffdce45e1d..4f9aad774402efeae43d8fe2d6268e0ed3f80d60 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -361,7 +361,6 @@ class VirtualMemory {
// Uncommit real memory. Returns whether the operation succeeded.
bool Uncommit(void* address, size_t size);
- // TODO(gc) this interface should be implemented for Windows platform as well.
static void* ReserveRegion(size_t size);
static bool CommitRegion(void* base, size_t size, bool is_executable);

Powered by Google App Engine
This is Rietveld 408576698