{
  "name": "snmalloc",
  "href": "https://vcpkg.link/ports/snmalloc",
  "supports": "all",
  "published_at": "2026-03-26T06:57:01.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/microsoft/snmalloc",
  "description": [
    "A high-performance, message passing based allocator"
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "0.7.4",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/de311602c8ce20f3d44e0c125ae759584081a756/ports/snmalloc",
    "hash": "de311602c8ce20f3d44e0c125ae759584081a756"
  },
  "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"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "static-shim",
      "default": [],
      "description": [
        "Build and install snmallocshim-static, a compiled static library that exports malloc/free with a configurable symbol prefix (default: sn_)"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}