This command allocates a new memory block of the specified size and
makes it available under the handle id, or, if you specify Nil in idAllocMem() automatically chooses an identifier and returns it. The memory
will not be initialized and is therefore filled with random data. If
you want to initialize it to zero, use the FillMem() command.