CORDET Framework - C2 Implementation
|
Structure to hold the location and size information of a datapool entry. More...
Data Fields | |
void * | addr |
The address of the datapool entry. | |
size_t | length |
The length in bytes of the datapool entry. | |
unsigned int | nElements |
The number of array elements. | |
size_t | elementLength |
The length of a single array element. | |
Structure to hold the location and size information of a datapool entry.