PointerAttributes#

Fully qualified name: cupva::mem::PointerAttributes

Defined in src/host/shared/include/install/cupva_host_common.hpp

struct PointerAttributes#

Pointer attributes.

This struct is used to query the attributes of a given device pointer.

Public Members

BufferType bufferType#

Buffer type pointed to.

MemType type#

Physical memory type.

void *hostPtr#

The host pointer associated with the given device pointer.