GMemVTable.tryMalloc

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

struct GMemVTable
extern (C)
void* function(size_t nBytes) tryMalloc;