mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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."}
|
||
|
]
|
||
|
}
|