Skip to content

Commit 36d2a8d

Browse files
committed
1 parent 55eabe9 commit 36d2a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ lisp_free (void *block)
10481048
BLOCK_BYTES and guarantees they are aligned on a BLOCK_ALIGN boundary. */
10491049

10501050
/* Byte alignment of storage blocks. */
1051-
#define BLOCK_ALIGN (1 << 10)
1051+
#define BLOCK_ALIGN (1 << 15)
10521052
verify (POWER_OF_2 (BLOCK_ALIGN));
10531053

10541054
/* Use aligned_alloc if it or a simple substitute is available.

0 commit comments

Comments
 (0)