Skip to content

Commit

Permalink
Comment out incorrect assertion (which is only true without HPAA).
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 538255689
Change-Id: I1ec214d445d16db5dbfcd6447b5431cff925e06a
  • Loading branch information
EmployedRussian authored and Copybara-Service committed Jun 6, 2023
1 parent ce359bd commit 201cb85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tcmalloc/testing/limit_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ TEST_F(LimitTest, LimitChangeTriggersReleaseLargeAllocs) {
*MallocExtension::GetNumericProperty("tcmalloc.pageheap_free_bytes");
const size_t old_unmapped =
*MallocExtension::GetNumericProperty("tcmalloc.pageheap_unmapped_bytes");
EXPECT_GE(old_free, kSize);

// Change limit.
MallocExtension::MemoryLimit new_limit;
Expand Down

0 comments on commit 201cb85

Please sign in to comment.