mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5b759c2c17
--HG-- extra : rebase_source : 8e03a7e8c82204ea8e353a9ba583c4d53917a267
15 lines
501 B
JSON
15 lines
501 B
JSON
{
|
|
"version": 1,
|
|
"hasMozMallocUsableSize": true,
|
|
"reports": [
|
|
{"process":"", "path":"explicit/foo/bar", "kind":1, "units":0,
|
|
"amount":2000000, "description":"Foo bar."},
|
|
{"process":"", "path":"heap-allocated", "kind":1, "units":0,
|
|
"amount":3000000, "description":"Heap allocated."},
|
|
{"process":"", "path":"a/b", "kind":1, "units":0,
|
|
"amount":10, "description":"A b."},
|
|
{"process":"", "path":"a/c", "kind":1, "units":0,
|
|
"amount":10, "description":"A c."}
|
|
]
|
|
}
|