Home
last modified time | relevance | path

Searched defs:_GAllocator (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
Dgmem.c670 static struct _GAllocator { in g_allocator_new() struct
671 gchar *name; in g_allocator_new()
672 guint16 n_preallocs; in g_allocator_new()
673 guint is_unused : 1; in g_allocator_new()
674 guint type : 4; in g_allocator_new()
675 GAllocator *last; in g_allocator_new()
676 GMemChunk *mem_chunk; in g_allocator_new()
677 gpointer free_list; in g_allocator_new()