GMemVTable.calloc

function to use for allocating zero-filled memory.

struct GMemVTable
extern (C)
void* function(size_t nBlocks, size_t nBlockBytes) calloc;