mi_zalloc

Allocate zero-initialized size bytes.

extern (C) @nogc pure @system nothrow
void*
mi_zalloc
(
size_t size
)

Parameters

size size_t

The size in bytes.

Return Value

Type: void*

Pointer to newly allocated zero initialized memory, or NULL if out of memory.

Meta