aclrtPtrAttributes

typedef struct aclrtPtrAttributes {
    aclrtMemLocation location;     // 内存所在位置
    uint32_t pageSize;             // 页表大小,单位Byte
    uint32_t rsv[4];               // 预留参数
} aclrtPtrAttributes;