Searched refs:GAllocator (Results 1 – 5 of 5) sorted by relevance
27 typedef struct _GAllocator GAllocator; typedef69 GAllocator * g_allocator_new (const gchar *name,72 void g_allocator_free (GAllocator *allocator);74 void g_list_push_allocator (GAllocator *allocator);78 void g_slist_push_allocator (GAllocator *allocator);82 void g_node_push_allocator (GAllocator *allocator);
81 GAllocator*89 void g_allocator_free (GAllocator *allocator) { } in g_allocator_free()97 void g_list_push_allocator (GAllocator *allocator) { } in g_list_push_allocator()100 void g_slist_push_allocator (GAllocator *allocator) { } in g_slist_push_allocator()103 void g_node_push_allocator (GAllocator *allocator) { } in g_node_push_allocator()
21 * GAllocator type and associated functions100 * New GAllocator type and associated functions
12383 - All APIs based on GAllocator (g_list_push/pop_allocator,
68 typedef struct _GAllocator GAllocator; typedef