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

Unified Diff: third_party/WebKit/Source/wtf/Partitions.cpp

Issue 1366203002: Add dump name for tracing in PartitionAlloc for sub-allocations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web_cache
Patch Set: Just adding pool name. Created 5 years, 3 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/Partitions.cpp
diff --git a/third_party/WebKit/Source/wtf/Partitions.cpp b/third_party/WebKit/Source/wtf/Partitions.cpp
index 6e28e1d859aa50f0c9d4e05615fb524483ec681e..60b30dbba200a2e753e7bc92d7e91b63099a8a01 100644
--- a/third_party/WebKit/Source/wtf/Partitions.cpp
+++ b/third_party/WebKit/Source/wtf/Partitions.cpp
@@ -38,6 +38,8 @@
namespace WTF {
+const char* const Partitions::kAllocatedObjectPoolName = "partition_alloc/allocated_objects";
+
int Partitions::s_initializationLock = 0;
bool Partitions::s_initialized = false;

Powered by Google App Engine
This is Rietveld 408576698