git_allocator.greallocarray

This function shall be equivalent to grealloc, but allocating neleme * elsize bytes.

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

Meta