allocateMemory (Memory Management)
Allocates a block of untyped memory and returns a raw pointer to it.
Arguments
Block
size
in bytes, an integer number.
Return values
pointer
to the memory block.
Example
Output:
84
Allocates a block of untyped memory and returns a raw pointer to it.
Block