mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
Merge branch 'dev' into dev-slice
This commit is contained in:
commit
78e2e580f8
6 changed files with 30 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue