mi_heap_calloc

Allocate count zero-initialized elements in a specific heap.

extern (C) @nogc pure @system nothrow
void*
mi_heap_calloc
(,
size_t count
,
size_t size
)

Meta