{
  "name": "gperftools",
  "href": "https://vcpkg.link/ports/gperftools",
  "supports": "((x86 | x64) & windows & !uwp) | !windows | mingw",
  "published_at": "2026-03-17T20:26:08.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/gperftools/gperftools",
  "description": [
    "A high-performance multi-threaded malloc() implementation, plus some performance analysis tools."
  ],
  "license": "BSD-3-Clause",
  "version": {
    "type": "semver",
    "value": "2.18.1",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/370e17f23e71612dc269ee3d4324794532ee8b86/ports/gperftools",
    "hash": "370e17f23e71612dc269ee3d4324794532ee8b86"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "libunwind",
      "default": [],
      "description": [
        "Support libunwind for stack traces"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libunwind",
          "href": "https://vcpkg.link/ports/libunwind",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "override",
      "default": [],
      "description": [
        "Override Windows allocators"
      ],
      "supports": "windows & staticcrt",
      "dependencies": []
    }
  ]
}