Function Allocator.allocate

Allocates size bytes of memory.

abstract void[] allocate (
  ulong size
);

Parameters

NameDescription
size Amount of memory to allocate.

Returns

The pointer to the new allocated memory.