aclrtMallocConfig
typedef struct { aclrtMallocAttribute* attrs; size_t numAttrs; } aclrtMallocConfig;
成员名称 |
说明 |
---|---|
attrs |
属性,本参数是数组,可存放多个属性。 |
numAttrs |
属性个数。 |
父主题: 数据类型及其操作接口
typedef struct { aclrtMallocAttribute* attrs; size_t numAttrs; } aclrtMallocConfig;
成员名称 |
说明 |
---|---|
attrs |
属性,本参数是数组,可存放多个属性。 |
numAttrs |
属性个数。 |