MLIR-AIE
Public Attributes | List of all members
ion_heap_data Struct Reference

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
 

Detailed Description

struct ion_heap_data - data about a heap

Definition at line 65 of file ion.h.

Member Data Documentation

◆ heap_id

__u32 ion_heap_data::heap_id

heap id for the heap

Definition at line 68 of file ion.h.

Referenced by mlir_aie_mem_alloc().

◆ name

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().

◆ reserved0

__u32 ion_heap_data::reserved0

reserved field

Definition at line 69 of file ion.h.

◆ reserved1

__u32 ion_heap_data::reserved1

reserved field

Definition at line 70 of file ion.h.

◆ reserved2

__u32 ion_heap_data::reserved2

reserved field

Definition at line 71 of file ion.h.

◆ type

__u32 ion_heap_data::type

heap type

Definition at line 67 of file ion.h.

Referenced by mlir_aie_mem_alloc().


The documentation for this struct was generated from the following file: