---
title: aclrtMallocAttribute
description: "```"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_1843.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_1843.html
indexId: be055a30d87a740388dedb6964d45a98b2f834caa25bb8ade9eae0e0e2b9568668
---
# aclrtMallocAttribute

```
typedef struct {
    aclrtMallocAttrType attr;   
    aclrtMallocAttrValue value;  
} aclrtMallocAttribute;
```

| 成员名称 | 说明 |
| --- | --- |
| attr | 属性类型。类型定义请参见aclrtMallocAttrType。 |
| value | 属性值。类型定义请参见aclrtMallocAttrValue。 |
