summaryrefslogtreecommitdiff
path: root/standalone/tests/size_class_map_test.cpp
diff options
context:
space:
mode:
authorDynamic Tools Team <dynamic-tools@google.com>2020-02-25 14:23:34 -0800
committerChristopher Ferris <cferris@google.com>2020-02-26 18:43:49 -0800
commitefeb7ea7e3d74831b65e8b433f13a51ef7e481a3 (patch)
tree5c34704a037f9f822f24311e6e3da1a3b604608d /standalone/tests/size_class_map_test.cpp
parent1a5ce6e4961dc18b10d08d5fede059cd2c1b9132 (diff)
downloadscudo-efeb7ea7e3d74831b65e8b433f13a51ef7e481a3.tar.gz
Imported Scudo Standalone changes:
- c753a306fd1ad4a7e5c61367225abce86ac29cd7 [scudo][standalone] Various improvements wrt RSS by Kostya Kortchinsky <kostyak@google.com> Bug: 137795072 GitOrigin-RevId: c753a306fd1ad4a7e5c61367225abce86ac29cd7 Change-Id: I61ccaca7e5c8410dac96c52f6e957d48a7d5a3a2 (cherry picked from commit ebcf82db63f7f9e1161f740f424c8d1686aacbcc)
Diffstat (limited to 'standalone/tests/size_class_map_test.cpp')
-rw-r--r--standalone/tests/size_class_map_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/tests/size_class_map_test.cpp b/standalone/tests/size_class_map_test.cpp
index c9e173f8e53..88859ded5b2 100644
--- a/standalone/tests/size_class_map_test.cpp
+++ b/standalone/tests/size_class_map_test.cpp
@@ -28,7 +28,6 @@ TEST(ScudoSizeClassMapTest, AndroidSizeClassMap) {
testSizeClassMap<scudo::AndroidSizeClassMap>();
}
-
struct OneClassSizeClassConfig {
static const scudo::uptr NumBits = 1;
static const scudo::uptr MinSizeLog = 5;