|
Line 0
Link Here
|
|
|
1 |
--- src/common/classes/alloc.h.orig 2018-01-05 09:38:19 UTC |
| 2 |
+++ src/common/classes/alloc.h |
| 3 |
@@ -82,7 +82,7 @@ namespace Firebird { |
| 4 |
const int MAX_TREE_DEPTH = 4; |
| 5 |
|
| 6 |
// Alignment for all memory blocks. Sizes of memory blocks in headers are measured in this units |
| 7 |
-const size_t ALLOC_ALIGNMENT = FB_ALIGNMENT; |
| 8 |
+#define ALLOC_ALIGNMENT 16 |
| 9 |
|
| 10 |
static inline size_t MEM_ALIGN(size_t value) |
| 11 |
{ |