|
Properties |
|
memoryAvailable |
Specifies the amount of free memory, in kilobytes, in the card that is not allocated to memory pools,
but is available in case a memory pool needs to grow.
type=long
access=read-only default=0 rollover=false units=kilobytes
|
|
memoryAvailablePeriodic |
Specifies the amount of free memory, in kilobytes, in the card that is not allocated to memory pools,
but is available in case a memory pool needs to grow.
type=long
access=read-only default=0 units=kilobytes
|
|
memoryUsed |
Specifies the total pre-allocated pool memory, in kilobytes, currently in use on the card.
type=long
access=read-only default=0 rollover=false units=kilobytes
|
|
memoryUsedPeriodic |
Specifies the total pre-allocated pool memory, in kilobytes, currently in use on the card.
type=long
access=read-only default=0 units=kilobytes
|
|
poolsAllocated |
Specifies the total memory, in kilobytes, currently allocated in memory-pools on the card.
This memory may or may not be currently in use, but is pre-allocated should the software need to use it.
type=long
access=read-only default=0 rollover=false units=kilobytes
|
|
poolsAllocatedPeriodic |
Specifies the total memory, in kilobytes, currently allocated in memory-pools on the card.
This memory may or may not be currently in use, but is pre-allocated should the software need to use it.
type=long
access=read-only default=0 units=kilobytes
|