mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 07:49:06 +08:00
20 lines
523 B
JSON
20 lines
523 B
JSON
|
{
|
||
|
"name": "mimalloc",
|
||
|
"version-string": "1.6.4",
|
||
|
"port-version": 1,
|
||
|
"description": "Compact general purpose allocator with excellent performance",
|
||
|
"homepage": "https://github.com/microsoft/mimalloc",
|
||
|
"supports": "!(arm | uwp)",
|
||
|
"features": {
|
||
|
"asm": {
|
||
|
"description": "Generate assembly files"
|
||
|
},
|
||
|
"override": {
|
||
|
"description": "Override the standard malloc interface"
|
||
|
},
|
||
|
"secure": {
|
||
|
"description": "Use security mitigations (like guard pages and randomization)"
|
||
|
}
|
||
|
}
|
||
|
}
|