git_allocator.gmallocarray

This function shall allocate a new array of nelem elements, where each element has a size of elsize bytes.

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

Meta