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_ |