aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPo Lu2023-03-04 20:22:39 +0800
committerPo Lu2023-03-04 20:22:39 +0800
commitdf74188dba74d7c956f1a5f3828892b57496ffed (patch)
tree3f92b38d312ba6102b1ea474093f02b93c45a717 /src/alloc.c
parent46c8e7617a11b25a4c07f1cc59921dcad559e8e9 (diff)
parent396f46d904ab7509476b0d824ec2e4d9a231a2df (diff)
downloademacs-df74188dba74d7c956f1a5f3828892b57496ffed.tar.gz
emacs-df74188dba74d7c956f1a5f3828892b57496ffed.zip
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 3e7d5c2d15f..be80410176d 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1087,7 +1087,7 @@ lisp_free (void *block)
1087 BLOCK_BYTES and guarantees they are aligned on a BLOCK_ALIGN boundary. */ 1087 BLOCK_BYTES and guarantees they are aligned on a BLOCK_ALIGN boundary. */
1088 1088
1089/* Byte alignment of storage blocks. */ 1089/* Byte alignment of storage blocks. */
1090#define BLOCK_ALIGN (1 << 10) 1090#define BLOCK_ALIGN (1 << 15)
1091verify (POWER_OF_2 (BLOCK_ALIGN)); 1091verify (POWER_OF_2 (BLOCK_ALIGN));
1092 1092
1093/* Use aligned_alloc if it or a simple substitute is available. 1093/* Use aligned_alloc if it or a simple substitute is available.