Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687872904
Change-Id: Id119efec24bf81f18118b54fedd3f6627319689f
  • Loading branch information
TCMalloc Team authored and copybara-github committed Oct 20, 2024
1 parent 26463b9 commit 0626972
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tcmalloc/sizemap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ void SizeMap::CheckAssumptions() {
}
}

extern "C" void TCMallocInternalCheckSizeClassAssumptions() {
SizeMap::CheckAssumptions();
}

bool SizeMap::IsValidSizeClass(size_t size, size_t pages,
size_t num_objects_to_move) {
if (size == 0) {
Expand Down

0 comments on commit 0626972

Please sign in to comment.