git_allocator.gcalloc

Allocate memory for an array of nelem elements, where each element has a size of elsize. Returned memory shall be initialized to all-zeroes

struct git_allocator
void* function(size_t nelem, size_t elsize, const(char)* file, int line) gcalloc;

Meta