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

Unified Diff: src/allocation.h

Issue 131393002: Fixed alignment issues of ProfilerEventsProcessor. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Simplified. Created 6 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 | « no previous file | src/allocation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/allocation.h
diff --git a/src/allocation.h b/src/allocation.h
index 03cc8f5e73f6584f4a3b208eeed425071f0c1f92..380fa05ff37d2bf89a8d5bee2d05fb1291d0ed9b 100644
--- a/src/allocation.h
+++ b/src/allocation.h
@@ -109,6 +109,9 @@ class FreeStoreAllocationPolicy {
};
+void* AlignedAlloc(size_t size, size_t alignment);
+void AlignedFree(void *ptr);
+
} } // namespace v8::internal
#endif // V8_ALLOCATION_H_
« no previous file with comments | « no previous file | src/allocation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698