2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "mimalloc",
|
2023-04-10 13:05:07 +08:00
|
|
|
"version": "2.1.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-11-12 01:17:16 +08:00
|
|
|
"supports": "!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)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|