summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutmemory/tests/crash-dump-diff2.json
blob: 15ddf2831ca07ce950fe2cba7c4c8cf215908383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "foo": 3,
  "blah": 4,
  "memory_report": {
    "version": 1,
    "hasMozMallocUsableSize": true,
    "reports": [
      {
        "process": "Main Process (pid NNN)",
        "path": "heap-allocated",
        "kind": 2,
        "units": 0,
        "amount": 262144001,
        "description": "Heap allocated."
      }
    ]
  }
}