MemVTable

class MemVTable(*args, **kwargs)
Constructors:

MemVTable()

Fields

class MemVTable
calloc

Function to use for allocating zero-filled memory.

free

Function to use to free memory.

malloc

Function to use for allocating memory.

realloc

Function to use for reallocating memory.

try_malloc

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

try_realloc

Function to use for reallocating memory without a default error handler.