BufferHandle
Overview
Related Modules:
Description:
Defines the buffer handle type. The virtual address of a handle maps to its physical address.
Defines the buffer handle, including the shared memory key, shared memory ID, and physical memory address.
Summary
Data Fields
Details
Field Documentation
handle
uintptr_t BufferHandle::handle
Description:
Physical address
key
int32_t BufferHandle::key
Description:
Shared memory key
phyAddr
uint64_t BufferHandle::phyAddr
Description:
Physical address
shmid
int32_t BufferHandle::shmid
Description:
Unique ID of the shared memory
virAddr
uint8_t* BufferHandle::virAddr
Description:
Virtual address