ListG.pushAllocator

Warning g_list_push_allocator has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since GList has been converted to the slice allocator Sets the allocator to use to allocate GList elements. Use g_list_pop_allocator() to restore the previous allocator. Note that this function is not available if GLib has been compiled with --disable-mem-pools

class ListG
static
void
pushAllocator
(
void* allocator
)

Parameters

allocator void*

the GAllocator to use when allocating GList elements.

Meta