createLocalDoubleArray
Create a LocalLongArrayStructure A local long array. It stores the size at the start of it, so you can always get the size using LocalLongArrayStructure.getSize This is the advised type of local long array over StaticallySizedLocalLongArrayStructure
Parameters
addr
the local address to create the long array in
size
the size of the long array
Create a LocalLongArrayStructure A local long array. It stores the size at the start of it, so you can always get the size using LocalLongArrayStructure.getSize This is the advised type of local long array over StaticallySizedLocalLongArrayStructure The size is the first integer on the stack
Parameters
addr
the local address to create the long array in