|
MLIR-AIE
|
struct ion_heap_data - data about a heap More...
#include "/home/runner/work/mlir-aie/mlir-aie/runtime_lib/test_lib/ion.h"
Collaboration diagram for ion_heap_data:Public Attributes | |
| char | name [MAX_HEAP_NAME] |
| first 32 characters of the heap name | |
| __u32 | type |
| heap type | |
| __u32 | heap_id |
| heap id for the heap | |
| __u32 | reserved0 |
| reserved field | |
| __u32 | reserved1 |
| reserved field | |
| __u32 | reserved2 |
| reserved field | |
struct ion_heap_data - data about a heap
| __u32 ion_heap_data::heap_id |
| char ion_heap_data::name[MAX_HEAP_NAME] |
first 32 characters of the heap name
Definition at line 66 of file ion.h.
Referenced by mlir_aie_mem_alloc().
| __u32 ion_heap_data::type |