28 lines
759 B
JSON
28 lines
759 B
JSON
{
|
|
"name": "mimalloc",
|
|
"version": "2.2.3",
|
|
"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": {
|
|
"override": {
|
|
"description": "Override the standard malloc interface (i.e. define entry points for 'malloc', 'free', etc)",
|
|
"supports": "!windows | !static"
|
|
},
|
|
"secure": {
|
|
"description": "Use full security mitigations (like guard pages, allocation randomization, double-free mitigation, and free-list corruption detection)"
|
|
}
|
|
}
|
|
}
|