From 830d2e01f1e11ec395f87022b29a5ce16b15ca4b Mon Sep 17 00:00:00 2001 From: Vaibhav Gogte Date: Fri, 31 Jul 2026 12:32:10 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 957280534 --- tcmalloc/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tcmalloc/BUILD b/tcmalloc/BUILD index eb97fa769..a35450a80 100644 --- a/tcmalloc/BUILD +++ b/tcmalloc/BUILD @@ -660,6 +660,7 @@ cc_library( ], hdrs = ["page_allocator_test_util.h"], copts = TCMALLOC_DEFAULT_COPTS, + visibility = ["//tcmalloc:__subpackages__"], deps = [ ":common_8k_pages", ":malloc_extension",