summaryrefslogtreecommitdiff
path: root/include/mimalloc-types.h
diff options
context:
space:
mode:
authorDaan Leijen <daan@microsoft.com>2021-12-18 11:11:54 -0800
committerDaan Leijen <daan@microsoft.com>2021-12-18 11:11:54 -0800
commit78e2e580f800b08a3dbb6d2eb383a55269a0f862 (patch)
tree05691b74cf6f938d5bb93c38d7de2c2a30092cb6 /include/mimalloc-types.h
parent3d35147aba3463405b09821e66abfc0a1992b4c0 (diff)
parent89090510bd965ca48a83857eaa6b6e78a951bf7e (diff)
Merge branch 'dev' into dev-slice
Diffstat (limited to 'include/mimalloc-types.h')
-rw-r--r--include/mimalloc-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc-types.h b/include/mimalloc-types.h
index fbfee9c..9f97f8f 100644
--- a/include/mimalloc-types.h
+++ b/include/mimalloc-types.h
@@ -164,7 +164,7 @@ typedef int32_t mi_ssize_t;
#if (MI_MEDIUM_OBJ_WSIZE_MAX >= 655360)
#error "mimalloc internal: define more bins"
#endif
-#if (MI_ALIGNED_MAX > MI_SEGMENT_SIZE/2)
+#if (MI_ALIGNMENT_MAX > MI_SEGMENT_SIZE/2)
#error "mimalloc internal: the max aligned boundary is too large for the segment size"
#endif
#if (MI_ALIGNED_MAX % MI_SEGMENT_SLICE_SIZE != 0)