2021-09-09 01:24:04 -07:00
|
|
|
{
|
|
|
|
"name": "gperftools",
|
2024-11-14 12:02:47 +01:00
|
|
|
"version": "2.16",
|
|
|
|
"description": "A high-performance multi-threaded malloc() implementation, plus some performance analysis tools.",
|
2021-09-09 01:24:04 -07:00
|
|
|
"homepage": "https://github.com/gperftools/gperftools",
|
2024-11-14 12:02:47 +01:00
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"supports": "((x86 | x64) & windows & !uwp) | !windows | mingw",
|
2021-11-10 19:51:16 +01:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
2024-11-14 12:02:47 +01:00
|
|
|
"host": true
|
2021-11-10 19:51:16 +01:00
|
|
|
}
|
|
|
|
],
|
2021-09-09 01:24:04 -07:00
|
|
|
"features": {
|
2024-11-14 12:02:47 +01:00
|
|
|
"libunwind": {
|
|
|
|
"description": "Support libunwind for stack traces",
|
|
|
|
"dependencies": [
|
|
|
|
"libunwind"
|
|
|
|
]
|
|
|
|
},
|
2021-09-09 01:24:04 -07:00
|
|
|
"override": {
|
2024-11-14 12:02:47 +01:00
|
|
|
"description": "Override Windows allocators",
|
2023-08-23 20:56:38 +02:00
|
|
|
"supports": "windows & staticcrt"
|
2021-09-09 01:24:04 -07:00
|
|
|
},
|
|
|
|
"tools": {
|
2024-11-14 12:02:47 +01:00
|
|
|
"description": "Install tools"
|
2021-09-09 01:24:04 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|