Index: src/allocation.h |
diff --git a/src/allocation.h b/src/allocation.h |
index 03cc8f5e73f6584f4a3b208eeed425071f0c1f92..02f2def6ea72e45074535c67b7f48779ee84dcfb 100644 |
--- a/src/allocation.h |
+++ b/src/allocation.h |
@@ -109,6 +109,9 @@ class FreeStoreAllocationPolicy { |
}; |
+void* AlignedMalloc(size_t size, size_t alignment); |
Benedikt Meurer
2014/01/09 10:42:52
Nit: Using AlignedNew and AlignedDelete sounds mor
|
+void AlignedFree(void *ptr); |
+ |
} } // namespace v8::internal |
#endif // V8_ALLOCATION_H_ |