summaryrefslogtreecommitdiffstats
path: root/tools/deep_memory_profiler/sorter.malloc-type.json
blob: 518b19ea277aa423fee0115ecc348b06fd6e76ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "type": "sorter",
  "version": 1,
  "world": "malloc",
  "name": "type",
  "order": {},
  "rules": [
    {
      "name": "tc-std-string",
      "typeinfo": "std::basic_string.*"
    },
    {
      "name": "tc-WTF-String",
      "typeinfo": "WTF::String.*"
    },
    {
      "name": "tc-no-typeinfo-StringImpl",
      "backtrace_function": ".*WTF::StringImpl::getData16SlowCase.*",
      "typeinfo": "no typeinfo"
    },
    {
      "name": "tc-Skia",
      "typeinfo": "(skia::|SkGlyph).*"
    },
    {
      "name": "tc-WebCore-Style",
      "typeinfo": "(WebCore|blink)::Style.*"
    },
    {
      "name": "tc-no-typeinfo-other",
      "typeinfo": "no typeinfo"
    },
    {
      "name": "tc-other",
      "typeinfo": ".*"
    }
  ]
}