CommMem
Function
Defines the memory segment metadata.
Prototype
typedef struct {
CommMemType type; /* Physical memory location type */
void *addr; /* Memory address */
uint64_t size; /* Number of bytes in the memory region */
} CommMem;
Parent topic: Definitions of Data Types