MLIR-AIE
|
struct ion_heap_query - collection of data about all heaps @cnt - total number of heaps to be copied @heaps - buffer to copy heap data More...
#include "/home/runner/work/mlir-aie/mlir-aie/runtime_lib/test_lib/ion.h"
Public Attributes | |
__u32 | cnt |
__u32 | reserved0 |
__u64 | heaps |
__u32 | reserved1 |
__u32 | reserved2 |
struct ion_heap_query - collection of data about all heaps @cnt - total number of heaps to be copied @heaps - buffer to copy heap data
__u32 ion_heap_query::cnt |
Definition at line 100 of file ion.h.
Referenced by mlir_aie_mem_alloc().
__u64 ion_heap_query::heaps |
Definition at line 102 of file ion.h.
Referenced by mlir_aie_mem_alloc().