early-access version 2853
This commit is contained in:
29
externals/vcpkg/ports/mimalloc/vcpkg.json
vendored
Executable file
29
externals/vcpkg/ports/mimalloc/vcpkg.json
vendored
Executable file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "mimalloc",
|
||||
"version": "2.0.6",
|
||||
"description": "Compact general purpose allocator with excellent performance",
|
||||
"homepage": "https://github.com/microsoft/mimalloc",
|
||||
"license": "MIT",
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user