#hbVPArray
typedef struct hbVPArray {
uint64_t phyAddr;
void *virAddr;
uint32_t memSize;
uint32_t size;
} hbVPArray;Dynamic array structure.
-
Member
Member Name Description phyAddrPhysical address of the array. virAddrVirtual address of the array. memSizeMemory size of the array. sizeThe number of elements actually stored in the array.
