| Type |
Type of memory:
flash (1) : Non volatile memory
dram (2) : Dynamic memory
dpool (3) : Dynamic pool
Enumerations: - flash (1)
- dram (2)
- dpool (3)
|
| Descr |
Description of memory. |
| BlockSize |
Allocation size for memories from dpools. |
| Total |
Amount of available units of this memory type measured in
units for dpools and bytes for flash/dram. |
| Inuse |
Used units of this memory type measured in units for dpools
and bytes for flash/dram. |
| DramUse |
dpools might take memory from dram. This variable gives the
amount in bytes taken from a dram memory. |
| NAllocs |
Number of memory allocations. |
| NFrees |
Number of memory free operations. |
| NFails |
Number of failed memory operations. |