Dynamic array structure.
Member
| Member Name | Description |
|---|---|
phyAddr | Physical address of the array. |
virAddr | Virtual address of the array. |
memSize | Memory size of the array. |
capacity | The maximum number of elements the array can store. |
size | The number of elements actually stored in the array. |