diff options
author | Daan Leijen <daan@microsoft.com> | 2021-12-18 11:11:44 -0800 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2021-12-18 11:11:44 -0800 |
commit | 89090510bd965ca48a83857eaa6b6e78a951bf7e (patch) | |
tree | 2801bb5229c37ce0e46c262c07d5acfba98bae89 /include/mimalloc-types.h | |
parent | 30a99e2c514b7f69b3224181b4d3877deffd824c (diff) |
update alignment tests
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 d45a1ee..b349dfc 100644 --- a/include/mimalloc-types.h +++ b/include/mimalloc-types.h @@ -160,7 +160,7 @@ typedef int32_t mi_ssize_t; #if (MI_LARGE_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 |