aboutsummaryrefslogtreecommitdiff
path: root/ports/mimalloc/vcpkg.json
blob: 09a5065e804b6863fc05e56130f33f8daa3db06b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "mimalloc",
  "version-string": "1.6.4",
  "port-version": 1,
  "description": "Compact general purpose allocator with excellent performance",
  "homepage": "https://github.com/microsoft/mimalloc",
  "supports": "!(arm | uwp)",
  "features": {
    "asm": {
      "description": "Generate assembly files"
    },
    "override": {
      "description": "Override the standard malloc interface"
    },
    "secure": {
      "description": "Use security mitigations (like guard pages and randomization)"
    }
  }
}