malloc

Allocates an entry of size

@nogc @trusted
void*
malloc
(
size_t size
)

Parameters

size size_t

Size to be allocated.

Return Value

Type: void*

Pointer to the allocated entry.

Meta