GLib.MemVTable¶
Fields¶
| Name | Type | Access | Description |
|---|---|---|---|
| calloc | object |
r | |
| free | object |
r | |
| malloc | object |
r | |
| realloc | object |
r | |
| try_malloc | object |
r | |
| try_realloc | object |
r |
Methods¶
None
Details¶
-
class
GLib.MemVTable¶ A set of functions used to perform memory allocation. The same
GLib.MemVTablemust be used for all allocations in the same program; a call toGLib.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.