:right-sidebar: True MemVTable =================================================================== .. currentmodule:: gi.repository.GLib .. class:: MemVTable(*args, **kwargs) :no-contents-entry: :Constructors: :: MemVTable() Fields ------ .. rst-class:: interim-class .. class:: MemVTable :no-index: .. attribute:: calloc Function to use for allocating zero-filled memory. .. attribute:: free Function to use to free memory. .. attribute:: malloc Function to use for allocating memory. .. attribute:: realloc Function to use for reallocating memory. .. attribute:: try_malloc Function to use for allocating memory without a default error handler. .. attribute:: try_realloc Function to use for reallocating memory without a default error handler.