vcpkg/ports/mimalloc/vcpkg.json
chausner 89248afb74
[mimalloc] Update to 2.0.9 (#29084)
* Update mimalloc to 2.0.9

* Update CI baseline

* Update patch

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-23 15:59:44 -08:00

30 lines
660 B
JSON

{
"name": "mimalloc",
"version": "2.0.9",
"description": "Compact general purpose allocator with excellent performance",
"homepage": "https://github.com/microsoft/mimalloc",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"asm": {
"description": "Generate assembly files"
},
"override": {
"description": "Override the standard malloc interface"
},
"secure": {
"description": "Use security mitigations (like guard pages and randomization)"
}
}
}