Memory.memSetVtable

This function used to let you override the memory allocation function. However, its use was incompatible with the use of global constructors in GLib and GIO, because those use the GLib allocators before main is reached. Therefore this function is now deprecated and is just a stub.

More...
struct Memory
static
void
memSetVtable
(
GMemVTable* vtable
)

Parameters

vtable GMemVTable*

table of memory allocation routines.

Detailed Description

Deprecated: This function now does nothing. Use other memory profiling tools instead

Meta