OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_g_list_alloc
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/glib/
glist.c
40
#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 18 milliseconds