aclrtPtrAttributes
typedef struct aclrtPtrAttributes {
aclrtMemLocation location;
uint32_t pageSize;
uint32_t rsv[4];
} aclrtPtrAttributes;
Member |
Description |
|---|---|
location |
Memory location. |
pageSize |
Page size, in bytes. |
rsv |
Reserved. The value is fixed at 0. |
Parent topic: Data Types and Operation APIs