# AllocInfo
## 概述
定义关于要分配的内存的信息。
**相关模块:**
[Display](_display.md)
## 汇总
### Public 属性
| 名称 | 描述 |
| -------- | -------- |
| [width](_display.md#width-69) | uint32_t
申请内存宽度 |
| [height](_display.md#height-68) | uint32_t
申请内存高度 |
| [usage](_display.md#usage-12) | uint64_t
申请内存的使用场景 |
| [format](_display.md#format-12) | [PixelFormat](_display.md#pixelformat)
申请内存格式 |
| [expectedSize](_display.md#expectedsize) | uint32_t
申请内存大小 |