Home
last modified time | relevance | path

Searched refs:GAllocator (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/deprecated/
Dgallocator.h27 typedef struct _GAllocator GAllocator; typedef
69 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);
Dgallocator.c81 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()
/third_party/glib/
DNEWS.pre-1-321 * GAllocator type and associated functions
100 * New GAllocator type and associated functions
DNEWS12383 - All APIs based on GAllocator (g_list_push/pop_allocator,
/third_party/glib/tests/
Dmemchunks.c68 typedef struct _GAllocator GAllocator; typedef