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

Unified Diff: src/platform.h

Issue 11023010: Revert r12625 due to sandbox incompatibility. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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.cc ('k') | src/platform-cygwin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index 5e3bdc7b8894a147324e5ab63f71b1b8ff54b457..f50e7130be699682b21a445b8fee6e954d2fae88 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -429,14 +429,6 @@ class VirtualMemory {
// and the same size it was reserved with.
static bool ReleaseRegion(void* base, size_t size);
- // Returns the size of committed memory which is currently resident
- // in the physical memory for the region specified with base and size
- // arguments.
- // On success stores the committed physical memory size at the location
- // pointed by the last argument and returns true. Returns false on failure.
- static bool CommittedPhysicalSizeInRegion(
- void* base, size_t size, size_t* physical);
-
private:
void* address_; // Start address of the virtual memory.
size_t size_; // Size of the virtual memory.
« no previous file with comments | « src/heap.cc ('k') | src/platform-cygwin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698