mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
update alignment tests
This commit is contained in:
parent
30a99e2c51
commit
89090510bd
4 changed files with 18 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue