git_allocator.grealloc

This function shall deallocate the old object ptr_ and return a pointer to a new object that has the size specified by size. In case ptr_ is NULL, a new array shall be allocated.

struct git_allocator
void* function(void* ptr_, size_t size, const(char)* file, int line) grealloc;

Meta