mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
revert default max align commit back to 16
This commit is contained in:
parent
8be4cee418
commit
5fe4a3480f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||||
// Minimal alignment necessary. On most platforms 16 bytes are needed
|
// Minimal alignment necessary. On most platforms 16 bytes are needed
|
||||||
// due to SSE registers for example. This must be at least `sizeof(void*)`
|
// due to SSE registers for example. This must be at least `sizeof(void*)`
|
||||||
#ifndef MI_MAX_ALIGN_SIZE
|
#ifndef MI_MAX_ALIGN_SIZE
|
||||||
#define MI_MAX_ALIGN_SIZE 8 // sizeof(max_align_t)
|
#define MI_MAX_ALIGN_SIZE 16 // sizeof(max_align_t)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ------------------------------------------------------
|
// ------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue