Sets our main struct and passes it to the parent class
Warning g_allocator_new has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead Creates a new GAllocator.
Warning g_allocator_free has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead Frees all of the memory allocated by the GAllocator.
the main Gtk struct as a void*
the main Gtk struct
Description Prior to 2.10, GAllocator was used as an efficient way to allocate small pieces of memory for use with the GList, GSList and GNode data structures. Since 2.10, it has been completely replaced by the slice allocator and deprecated.