Index: tools/deep_memory_profiler/policy.android.webview.json |
diff --git a/tools/deep_memory_profiler/policy.android.webview.json b/tools/deep_memory_profiler/policy.android.webview.json |
index e44a791c5a0fc94cccb8f4ac6c1ba74a1f7857bc..1e6e42cb59565b87abf8d20a7ff062db61b7ba12 100644 |
--- a/tools/deep_memory_profiler/policy.android.webview.json |
+++ b/tools/deep_memory_profiler/policy.android.webview.json |
@@ -44,7 +44,7 @@ |
"tc-stl-rbtree", |
"tc-stl-vector", |
"tc-stl-hashtable", |
- "tc-stl-node", |
+ "tc-stl-other", |
"tc-webcore-fontcache", |
"tc-skia", |
"tc-renderstyle", |
@@ -70,11 +70,6 @@ |
"tc-webkit-from-v8-catch-all", |
"tc-webkit-catch-all", |
"tc-v8-catch-all", |
- "tc-toplevel-string", |
- "tc-std-treemap", |
- "tc-std-hashmap", |
- "tc-std-vector", |
- "tc-std-other", |
"tc-catch-all", |
"tc-unused", |
"UNTIL_HERE_FOR_TOTAL", |
@@ -314,8 +309,8 @@ |
"allocator": "malloc" |
}, |
{ |
- "name": "tc-stl-node", |
- "stacktrace": ".*std::priv::_Impl_vector::.*", |
+ "name": "tc-stl-other", |
+ "stacktrace": ".*std::__stl_new.*", |
"allocator": "malloc" |
}, |
{ |
@@ -549,31 +544,6 @@ |
"allocator": "malloc" |
}, |
{ |
- "name": "tc-toplevel-string", |
- "stacktrace": "std::basic_string::_Rep::_S_create", |
- "allocator": "malloc" |
- }, |
- { |
- "name": "tc-std-treemap", |
- "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*", |
- "allocator": "malloc" |
- }, |
- { |
- "name": "tc-std-hashmap", |
- "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std::_Hashtable|::allocate std::__1::__hash_table).*", |
- "allocator": "malloc" |
- }, |
- { |
- "name": "tc-std-vector", |
- "stacktrace": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*", |
- "allocator": "malloc" |
- }, |
- { |
- "name": "tc-std-other", |
- "stacktrace": ".*(__gnu_cxx::new_allocator::allocate|std::__1::allocator::allocate).*", |
- "allocator": "malloc" |
- }, |
- { |
"name": "tc-catch-all", |
"stacktrace": ".*", |
"allocator": "malloc" |