Skip to content

Commit

Permalink
Update tcmalloc dependency to get the fix to handle non-sequential
Browse files Browse the repository at this point in the history
online CPUs.

envoyproxy#27775

Signed-off-by: Can Cecen <ccecen@netflix.com>
  • Loading branch information
cancecen committed Oct 9, 2023
1 parent a9ae08b commit c3db02d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "tcmalloc",
project_desc = "Fast, multi-threaded malloc implementation",
project_url = "https://github.com/google/tcmalloc",
version = "e33c7bc60415127c104006d3301c96902f98d42a",
sha256 = "14a2c91b71d6719558768a79671408c9acd8284b418e80386c5888047e2c15aa",
version = "cbbe578d8f2822a5f2cefff42ebabfa364b725ab",
sha256 = "ceef110ed7ea3fe1a4665b9b5adf38fdca8b026739db78cba4686d1a03224582",
strip_prefix = "tcmalloc-{version}",
urls = ["https://github.com/google/tcmalloc/archive/{version}.tar.gz"],
use_category = ["dataplane_core", "controlplane"],
release_date = "2022-10-24",
release_date = "2023-07-24",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/google/tcmalloc/blob/{version}/LICENSE",
Expand Down

0 comments on commit c3db02d

Please sign in to comment.