function to use for allocating zero-filled memory.
function to use to free memory.
function to use for allocating memory.
function to use for reallocating memory.
function to use for allocating memory without a default error handler.
function to use for reallocating memory without a default error handler.
A set of functions used to perform memory allocation. The same #GMemVTable must be used for all allocations in the same program; a call to glib.global.memSetVtable, if it exists, should be prior to any use of GLib.
This functions related to this has been deprecated in 2.46, and no longer work.