Struct ucp_mem_attrΒΆ

struct ucp_mem_attr

Attributes of the UCP Memory handle, filled by ucp_mem_query function.

Public Members

uint64_t field_mask

Mask of valid fields in this structure, using bits from ucp_mem_attr_field. Fields not specified in this mask will be ignored. Provides ABI compatibility with respect to adding new fields.

void *address

Address of the memory segment.

size_t length

Size of the memory segment.

ucs_memory_type_t mem_type

Type of allocated or registered memory