mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-08 12:28:41 +03:00
Merge branch 'dev' into dev3
This commit is contained in:
commit
8951b42bff
3 changed files with 13 additions and 4 deletions
|
@ -26,9 +26,18 @@
|
|||
"secure": {
|
||||
"description": "Use full security mitigations (like guard pages and randomization)"
|
||||
},
|
||||
"guarded": {
|
||||
"description": "Use build that support guard pages after objects controlled with MIMALLOC_GUARDED_SAMPLE_RATE"
|
||||
},
|
||||
"xmalloc": {
|
||||
"description": "If out-of-memory, call abort() instead of returning NULL"
|
||||
},
|
||||
"optarch": {
|
||||
"description": "Use architecture specific optimizations (on x64: '-march=haswell;-mavx2', on arm64: '-march=armv8.1-a')"
|
||||
},
|
||||
"optsimd": {
|
||||
"description": "Allow use of SIMD instructions (avx2 or neon) (requires 'optarch' to be enabled)"
|
||||
},
|
||||
"asm": {
|
||||
"description": "Generate assembly files"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue