GMemVTable.tryRealloc

function to use for reallocating memory without a default error handler.

struct GMemVTable
extern (C)
void* function(void* mem, size_t nBytes) tryRealloc;