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

Unified Diff: third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp

Issue 2371323009: reflow comments in wtf/allocator (Closed)
Patch Set: no backslash Created 4 years, 2 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
Index: third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp
diff --git a/third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp b/third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp
index 60a01a5bd9fecb6e1cdbe77b8f8a7a15104ba567..7e056d03c090d4092c9eb5190b6718fd85dc362f 100644
--- a/third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp
+++ b/third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp
@@ -921,7 +921,8 @@ TEST(PartitionAllocTest, PartialPageFreelists) {
EXPECT_TRUE(page2->freelistHead);
EXPECT_EQ(0, page2->numAllocatedSlots);
- // And test a couple of sizes that do not cross kSystemPageSize with a single allocation.
+ // And test a couple of sizes that do not cross kSystemPageSize with a single
+ // allocation.
size_t mediumSize = (kSystemPageSize / 2) - kExtraAllocSize;
bucketIdx = (mediumSize + kExtraAllocSize) >> kBucketShift;
bucket = &allocator.root()->buckets()[bucketIdx];

Powered by Google App Engine
This is Rietveld 408576698