calloc

Allocates an entry of size and clears the entry.

@nogc @trusted
void*
calloc
(
size_t size
)

Parameters

size size_t

Size of the new entry.

Return Value

Type: void*

Pointer to the allocated entry.

Meta