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

Unified Diff: Source/wtf/testing/RunAllTests.cpp

Issue 1053793004: Add a UseCounter that measures the amount of memory used in PartitionAlloc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
« Source/wtf/Partitions.cpp ('K') | « Source/wtf/WTF.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/testing/RunAllTests.cpp
diff --git a/Source/wtf/testing/RunAllTests.cpp b/Source/wtf/testing/RunAllTests.cpp
index 5d27780e99d586068c6249d6eff297fda1cbd7d9..7703fe9c9607cdfa1b6079c63255bc393a10920f 100644
--- a/Source/wtf/testing/RunAllTests.cpp
+++ b/Source/wtf/testing/RunAllTests.cpp
@@ -49,7 +49,7 @@ static void AlwaysZeroNumberSource(unsigned char* buf, size_t len)
int main(int argc, char** argv)
{
WTF::setRandomSource(AlwaysZeroNumberSource);
- WTF::initialize(CurrentTime, 0);
+ WTF::initialize(CurrentTime, nullptr, nullptr);
WTF::initializeMainThread(0);
return base::RunUnitTestsUsingBaseTestSuite(argc, argv);
}
« Source/wtf/Partitions.cpp ('K') | « Source/wtf/WTF.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698