| OLD | NEW |
| 1 { | 1 { |
| 2 "components": [ | 2 "components": [ |
| 3 "second", | 3 "second", |
| 4 "mmap-profiler", | 4 "mmap-profiler", |
| 5 "mmap-type-profiler", | 5 "mmap-type-profiler", |
| 6 "mmap-tcmalloc", | 6 "mmap-tcmalloc", |
| 7 "FROM_HERE_FOR_TOTAL", | 7 "FROM_HERE_FOR_TOTAL", |
| 8 "mustbezero", | 8 "mustbezero", |
| 9 "unhooked-absent", | 9 "unhooked-absent", |
| 10 "unhooked-anonymous", | 10 "unhooked-anonymous", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "stacksourcefile": ".*\\.\\./\\.\\./v8/src/.*", | 116 "stacksourcefile": ".*\\.\\./\\.\\./v8/src/.*", |
| 117 "allocator": "malloc" | 117 "allocator": "malloc" |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 "name": "tc-skia", | 120 "name": "tc-skia", |
| 121 "stacksourcefile": ".*\\.\\./\\.\\./third_party/skia/src/.*", | 121 "stacksourcefile": ".*\\.\\./\\.\\./third_party/skia/src/.*", |
| 122 "allocator": "malloc" | 122 "allocator": "malloc" |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "name": "tc-webcore", | 125 "name": "tc-webcore", |
| 126 "stacksourcefile": ".*\\.\\./\\.\\./third_party/WebKit/Source/WebCore/.*", | 126 "stacksourcefile": ".*\\.\\./\\.\\./third_party/WebKit/Source/core/.*", |
| 127 "allocator": "malloc" | 127 "allocator": "malloc" |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "name": "tc-webkit", | 130 "name": "tc-webkit", |
| 131 "stacksourcefile": ".*\\.\\./\\.\\./third_party/WebKit/Source/.*", | 131 "stacksourcefile": ".*\\.\\./\\.\\./third_party/WebKit/Source/.*", |
| 132 "allocator": "malloc" | 132 "allocator": "malloc" |
| 133 }, | 133 }, |
| 134 { | 134 { |
| 135 "name": "tc-catch-all", | 135 "name": "tc-catch-all", |
| 136 "stacksourcefile": ".*", | 136 "stacksourcefile": ".*", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "allocator": "optional" | 177 "allocator": "optional" |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "name": "other", | 180 "name": "other", |
| 181 "stacktrace": "optional", | 181 "stacktrace": "optional", |
| 182 "allocator": "optional" | 182 "allocator": "optional" |
| 183 } | 183 } |
| 184 ], | 184 ], |
| 185 "version": "POLICY_DEEP_3" | 185 "version": "POLICY_DEEP_3" |
| 186 } | 186 } |
| OLD | NEW |