Create Memory

Creates a locally scoped memory item. This memory item can only be used by reference, and is not available as a project item.

1378

Inputs/Outputs

datatype_icon

data type

Type of data this memory item is configured to transfer and store.

Default value: int32

datatype_icon

size

The number of elements you want to hold in the memory item.

The actual memory usage, in bytes, depends on the number of elements and the data type you specify.
datatype_icon

reference out

Reference to the memory item.