Vocabularyalien.
dataInputsOutputsWord descriptionAllocates an unmanaged memory block of the same size as the byte array, and copies the contents of the byte array there.
WarningDon't forget to deallocate the memory with a call to
free.
ErrorsThrows an error if memory allocation fails.
Definition