Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: test/unittests/zone/segmentpool-unittest.cc

Issue 2895473003: [heap] Simplify and scale ResourceConstraints::ConfigureDefaults. (Closed)
Patch Set: rename Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/unittests/heap/heap-unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/zone/segmentpool-unittest.cc
diff --git a/test/unittests/zone/segmentpool-unittest.cc b/test/unittests/zone/segmentpool-unittest.cc
index dd2c94f729a375965cb2821369a2c52235a45c39..b3556a9519d8e43e4b7b3110dcad3dd1c9b6d38c 100644
--- a/test/unittests/zone/segmentpool-unittest.cc
+++ b/test/unittests/zone/segmentpool-unittest.cc
@@ -11,10 +11,7 @@ namespace internal {
TEST(Zone, SegmentPoolConstraints) {
size_t sizes[]{
0, // Corner case
- AccountingAllocator::kMaxPoolSizeLowMemoryDevice,
- AccountingAllocator::kMaxPoolSizeMediumMemoryDevice,
- AccountingAllocator::kMaxPoolSizeHighMemoryDevice,
- AccountingAllocator::kMaxPoolSizeHugeMemoryDevice,
+ AccountingAllocator::kMaxPoolSize,
GB // Something really large
};
« no previous file with comments | « test/unittests/heap/heap-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698