Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgmem.h64 #define g_new(struct_type, n_structs) \ argument
66 #define g_new0(struct_type, n_structs) \ argument
68 #define g_renew(struct_type, mem, n_structs) \ argument
71 #define g_try_new(struct_type, n_structs) \ argument
73 #define g_try_new0(struct_type, n_structs) \ argument
75 #define g_try_renew(struct_type, mem, n_structs) \ argument
Dgalloca.h61 #define g_newa(struct_type, n_structs) ((struct_type*) g_alloca (sizeof (struct_type) * (gsize) (n_… argument