From a5b263c0724dd607c01e3dfb944f9a95099fb9fb Mon Sep 17 00:00:00 2001 From: Effy Wang Date: Fri, 10 Jul 2026 15:48:43 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 945928889 --- tcmalloc/BUILD | 3 +++ tcmalloc/internal/BUILD | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tcmalloc/BUILD b/tcmalloc/BUILD index 5d4cdaa7f..d92e5ba89 100644 --- a/tcmalloc/BUILD +++ b/tcmalloc/BUILD @@ -674,6 +674,9 @@ cc_library( srcs = ["mock_transfer_cache.cc"], hdrs = ["mock_transfer_cache.h"], copts = TCMALLOC_DEFAULT_COPTS, + visibility = [ + "//tcmalloc:__subpackages__", + ], deps = [ ":common_8k_pages", ":mock_central_freelist", diff --git a/tcmalloc/internal/BUILD b/tcmalloc/internal/BUILD index 991f77a5b..563a1e915 100644 --- a/tcmalloc/internal/BUILD +++ b/tcmalloc/internal/BUILD @@ -672,9 +672,7 @@ cc_library( srcs = ["numa.cc"], hdrs = ["numa.h"], copts = TCMALLOC_DEFAULT_COPTS, - visibility = [ - "//tcmalloc:__subpackages__", - ], + visibility = ["//tcmalloc:__subpackages__"], deps = [ ":config", ":cpu_utils",