Allocator.allocate

Allocates size bytes of memory.

interface Allocator
void[]
allocate
(
size_t size
)

Parameters

size size_t

Amount of memory to allocate.

Return Value

Type: void[]

The pointer to the new allocated memory.

Meta