MemVTable
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 g_mem_set_vtable(), 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.
Skipped during bindings generation
field
malloc
: Fields with callbacks are not supportedfield
realloc
: Fields with callbacks are not supportedfield
free
: Fields with callbacks are not supportedfield
calloc
: Fields with callbacks are not supportedfield
try_malloc
: Fields with callbacks are not supportedfield
try_realloc
: Fields with callbacks are not supported