ListSG.pushAllocator

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

class ListSG
static
void
pushAllocator
(
void* dummy
)

Parameters

dummy void*

the GAllocator to use when allocating GSList elements.

Meta