Searched refs:_g_list_alloc (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
H A Dglist.c40 #define _g_list_alloc() g_slice_new (GList) macro
122 new_list = _g_list_alloc ();
169 new_list = _g_list_alloc ();
215 new_list = _g_list_alloc ();
256 node = _g_list_alloc ();
280 last->next = _g_list_alloc ();
481 new_list = _g_list_alloc ();
488 last->next = _g_list_alloc ();

Completed in 30 milliseconds