diff options
author | Daan Leijen <daan@microsoft.com> | 2021-12-18 11:11:54 -0800 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2021-12-18 11:11:54 -0800 |
commit | 78e2e580f800b08a3dbb6d2eb383a55269a0f862 (patch) | |
tree | 05691b74cf6f938d5bb93c38d7de2c2a30092cb6 /include/mimalloc-types.h | |
parent | 3d35147aba3463405b09821e66abfc0a1992b4c0 (diff) | |
parent | 89090510bd965ca48a83857eaa6b6e78a951bf7e (diff) |
Merge branch 'dev' into dev-slice
Diffstat (limited to 'include/mimalloc-types.h')
-rw-r--r-- | include/mimalloc-types.h | 2 |
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) |