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