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

Unified Diff: src/spaces.h

Issue 7865025: Move aligned allocation to the platform files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Match the VirtualFree return type and arguments. Created 9 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
Index: src/spaces.h
diff --git a/src/spaces.h b/src/spaces.h
index 0df15351b8adb1390d4c955afe92a075fe68bb49..02ce564ad7e4310f33d4d79238a64a9be481e78a 100644
--- a/src/spaces.h
+++ b/src/spaces.h
@@ -887,12 +887,10 @@ class MemoryAllocator {
Address AllocateAlignedMemory(const size_t requested,
size_t alignment,
- Executability executable,
- size_t* allocated_size);
+ Executability executable);
Address ReserveAlignedMemory(const size_t requested,
- size_t alignment,
- size_t* allocated_size);
+ size_t alignment);
void FreeMemory(Address addr, size_t size, Executability executable);
« src/platform-win32.cc ('K') | « src/platform-win32.cc ('k') | src/spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698