|
@@ -20,6 +20,10 @@ class Heap {
|
|
|
|
|
|
struct AllocationHeader {
|
|
struct AllocationHeader {
|
|
size_t allocation_size_in_chunks;
|
|
size_t allocation_size_in_chunks;
|
|
|
|
+#if ARCH(X86_64)
|
|
|
|
+ // FIXME: Get rid of this somehow
|
|
|
|
+ size_t alignment_dummy;
|
|
|
|
+#endif
|
|
u8 data[0];
|
|
u8 data[0];
|
|
};
|
|
};
|
|
|
|
|