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

Unified Diff: third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp

Issue 2388303002: reflow comments in platform/ (Closed)
Patch Set: 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/platform/PartitionAllocMemoryDumpProvider.cpp
diff --git a/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp b/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
index 86b00c0659100065e3da929393e9cbf7dcb9e765..fc7a776913181bfb4f352703b7bb76824e5ff8f5 100644
--- a/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
+++ b/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
@@ -155,7 +155,8 @@ bool PartitionAllocMemoryDumpProvider::OnMemoryDump(
memoryDump->CreateAllocatorDump(base::StringPrintf(
"%s/%s", kPartitionAllocDumpName, kPartitionsDumpName));
- // This method calls memoryStats.partitionsDumpBucketStats with memory statistics.
+ // This method calls memoryStats.partitionsDumpBucketStats with memory
+ // statistics.
WTF::Partitions::dumpMemoryStats(
levelOfDetail != MemoryDumpLevelOfDetail::DETAILED,
&partitionStatsDumper);
@@ -170,7 +171,8 @@ bool PartitionAllocMemoryDumpProvider::OnMemoryDump(
return true;
}
-// |m_allocationRegister| should be initialized only when necessary to avoid waste of memory.
+// |m_allocationRegister| should be initialized only when necessary to avoid
+// waste of memory.
PartitionAllocMemoryDumpProvider::PartitionAllocMemoryDumpProvider()
: m_allocationRegister(nullptr), m_isHeapProfilingEnabled(false) {}
« no previous file with comments | « third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp ('k') | third_party/WebKit/Source/platform/PlatformEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698