2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "mimalloc",
|
2022-04-19 07:41:49 +08:00
|
|
|
"version": "2.0.6",
|
2022-10-01 05:32:47 +08:00
|
|
|
"port-version": 1,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Compact general purpose allocator with excellent performance",
|
|
|
|
"homepage": "https://github.com/microsoft/mimalloc",
|
2022-03-08 03:42:23 +08:00
|
|
|
"license": "MIT",
|
2022-10-01 05:32:47 +08:00
|
|
|
"supports": "!((arm & windows) | uwp)",
|
2021-09-17 23:05:23 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"features": {
|
|
|
|
"asm": {
|
|
|
|
"description": "Generate assembly files"
|
|
|
|
},
|
|
|
|
"override": {
|
|
|
|
"description": "Override the standard malloc interface"
|
|
|
|
},
|
|
|
|
"secure": {
|
|
|
|
"description": "Use security mitigations (like guard pages and randomization)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|