Hierarchic description of the approximate memory allocation.
| name | data type | description |
|---|---|---|
| size | number | Represented approximate size in bytes. Details are also included. |
| details | array of SizeInfoDetailDto | Optional details. |
Example
{
"size" : 12345,
"details" : [ {
"size" : 12345,
"name" : "..."
}, {
"size" : 12345,
"name" : "..."
} ]
}