Region.malloc

Allocate nbytes. Aborts on failure.

struct Region
nothrow
void*
malloc
(
size_t nbytes
)

Parameters

nbytes size_t

number of bytes to allocate, can be 0, must be <= than MaxAllocSize

Return Value

Type: void*

allocated data, null for nbytes==0

Meta