| 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-ashmem-dalvik-heap", | 10 "unhooked-ashmem-dalvik-heap", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 "mmap-v8-heap-pagedspace", | 32 "mmap-v8-heap-pagedspace", |
| 33 "mmap-v8-other", | 33 "mmap-v8-other", |
| 34 "mmap-gpu-mappedmemorymanager", | 34 "mmap-gpu-mappedmemorymanager", |
| 35 "mmap-gpu-command-ringbuffer", | 35 "mmap-gpu-command-ringbuffer", |
| 36 "mmap-gpu-transfer-ringbuffer", | 36 "mmap-gpu-transfer-ringbuffer", |
| 37 "mmap-gpu-gles2-createbuffer", | 37 "mmap-gpu-gles2-createbuffer", |
| 38 "mmap-skia-font", | 38 "mmap-skia-font", |
| 39 "mmap-catch-all", | 39 "mmap-catch-all", |
| 40 "tc-webcore-fontcache", | 40 "tc-webcore-fontcache", |
| 41 "tc-skia", | 41 "tc-skia", |
| 42 "tc-renderobject", | |
| 43 "tc-renderstyle", | 42 "tc-renderstyle", |
| 44 "tc-webcore-sharedbuf", | 43 "tc-webcore-sharedbuf", |
| 45 "tc-webcore-XHRcreate", | 44 "tc-webcore-XHRcreate", |
| 46 "tc-webcore-XHRreceived", | 45 "tc-webcore-XHRreceived", |
| 47 "tc-webcore-docwriter-add", | 46 "tc-webcore-docwriter-add", |
| 48 "tc-webcore-node-and-doc", | 47 "tc-webcore-node-and-doc", |
| 49 "tc-webcore-node-factory", | 48 "tc-webcore-node-factory", |
| 50 "tc-webcore-element-wrapper", | 49 "tc-webcore-element-wrapper", |
| 51 "tc-webcore-stylepropertyset", | 50 "tc-webcore-stylepropertyset", |
| 52 "tc-webcore-style-createsheet", | 51 "tc-webcore-style-createsheet", |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "name": "tc-webcore-fontcache", | 280 "name": "tc-webcore-fontcache", |
| 282 "stacktrace": ".*WebCore::FontCache::getCachedFontData.*", | 281 "stacktrace": ".*WebCore::FontCache::getCachedFontData.*", |
| 283 "allocator": "malloc" | 282 "allocator": "malloc" |
| 284 }, | 283 }, |
| 285 { | 284 { |
| 286 "name": "tc-skia", | 285 "name": "tc-skia", |
| 287 "stacktrace": ".* Sk[A-Za-z_]+::.*", | 286 "stacktrace": ".* Sk[A-Za-z_]+::.*", |
| 288 "allocator": "malloc" | 287 "allocator": "malloc" |
| 289 }, | 288 }, |
| 290 { | 289 { |
| 291 "name": "tc-renderobject", | |
| 292 "stacktrace": ".*WebCore::RenderArena::allocate.*", | |
| 293 "allocator": "malloc" | |
| 294 }, | |
| 295 { | |
| 296 "name": "tc-renderstyle", | 290 "name": "tc-renderstyle", |
| 297 "stacktrace": ".*WebCore::RenderStyle::create.*", | 291 "stacktrace": ".*WebCore::RenderStyle::create.*", |
| 298 "allocator": "malloc" | 292 "allocator": "malloc" |
| 299 }, | 293 }, |
| 300 { | 294 { |
| 301 "name": "tc-renderstyle", | 295 "name": "tc-renderstyle", |
| 302 "stacktrace": ".*WebCore::RenderStyle::clone.*", | 296 "stacktrace": ".*WebCore::RenderStyle::clone.*", |
| 303 "allocator": "malloc" | 297 "allocator": "malloc" |
| 304 }, | 298 }, |
| 305 { | 299 { |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 "allocator": "optional" | 587 "allocator": "optional" |
| 594 }, | 588 }, |
| 595 { | 589 { |
| 596 "name": "other", | 590 "name": "other", |
| 597 "stacktrace": "optional", | 591 "stacktrace": "optional", |
| 598 "allocator": "optional" | 592 "allocator": "optional" |
| 599 } | 593 } |
| 600 ], | 594 ], |
| 601 "version": "POLICY_DEEP_3" | 595 "version": "POLICY_DEEP_3" |
| 602 } | 596 } |
| OLD | NEW |