Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 685776925
Change-Id: I387d8bf24052201c2a5ea0c3f3fda6d0a97b25ec
  • Loading branch information
Nelson Liang authored and copybara-github committed Oct 14, 2024
1 parent 5742e19 commit e99c5d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tcmalloc/internal/parameter_accessors.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ ABSL_ATTRIBUTE_WEAK bool TCMalloc_Internal_GetHugeCacheDemandBasedRelease();
ABSL_ATTRIBUTE_WEAK bool TCMalloc_Internal_GetHugeRegionDemandBasedRelease();
ABSL_ATTRIBUTE_WEAK bool
TCMalloc_Internal_GetReleasePagesFromHugeRegionEnabled();
ABSL_ATTRIBUTE_WEAK bool TCMalloc_Internal_GetTagMetadataSeparatelyEnabled();
ABSL_ATTRIBUTE_WEAK bool
TCMalloc_Internal_GetResizeSizeClassMaxCapacityEnabled();
ABSL_ATTRIBUTE_WEAK bool TCMalloc_Internal_GetPrioritizeSpansEnabled();
Expand All @@ -68,8 +67,6 @@ ABSL_ATTRIBUTE_WEAK void TCMalloc_Internal_SetHugeRegionDemandBasedRelease(
bool v);
ABSL_ATTRIBUTE_WEAK void TCMalloc_Internal_SetReleasePagesFromHugeRegionEnabled(
bool v);
ABSL_ATTRIBUTE_WEAK void TCMalloc_Internal_SetTagMetadataSeparatelyEnabled(
bool v);
ABSL_ATTRIBUTE_WEAK void TCMalloc_Internal_SetResizeSizeClassMaxCapacityEnabled(
bool v);
ABSL_ATTRIBUTE_WEAK void TCMalloc_Internal_SetPrioritizeSpansEnabled(bool v);
Expand Down

0 comments on commit e99c5d7

Please sign in to comment.