Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 690008931
Change-Id: Ia0f08610e55604f7afc8f2efa17b85116a261a6e
  • Loading branch information
TCMalloc Team authored and copybara-github committed Oct 26, 2024
1 parent 1d27c08 commit 6f4e476
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tcmalloc/internal/environment_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#include <stdlib.h>
#include <string.h>

#include <string>

#include "gtest/gtest.h"

namespace tcmalloc {
Expand Down
2 changes: 2 additions & 0 deletions tcmalloc/internal/exponential_biased_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

#include "tcmalloc/internal/exponential_biased.h"

#include <algorithm>
#include <cstdint>
#include <vector>

#include "gtest/gtest.h"
#include "tcmalloc/testing/testutil.h"
Expand Down
1 change: 1 addition & 0 deletions tcmalloc/internal/numa.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <stddef.h>
#include <sys/types.h>

#include <algorithm>
#include <array>
#include <cstdint>

Expand Down
1 change: 1 addition & 0 deletions tcmalloc/internal/pageflags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <unistd.h>

#include <algorithm>
#include <cerrno>
#include <cstdint>
#include <cstdio>
#include <optional>
Expand Down
1 change: 0 additions & 1 deletion tcmalloc/internal/sampled_allocation_recorder_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <cstddef>
#include <cstdint>
#include <random>
#include <string>
#include <vector>

#include "gmock/gmock.h"
Expand Down

0 comments on commit 6f4e476

Please sign in to comment.