mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 10:19:01 +08:00
fa55dc6197
* [mimalloc] Update to 2.0.2 * [mimalloc] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
29 lines
648 B
JSON
29 lines
648 B
JSON
{
|
|
"name": "mimalloc",
|
|
"version": "2.0.2",
|
|
"description": "Compact general purpose allocator with excellent performance",
|
|
"homepage": "https://github.com/microsoft/mimalloc",
|
|
"supports": "!(arm | 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)"
|
|
}
|
|
}
|
|
}
|