Home
last modified time | relevance | path

Searched refs:g_newa (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
Dgalloca.h61 #define g_newa(struct_type, n_structs) ((struct_type*) g_alloca (sizeof (struct_type) * (gsize) (n_… macro
Dgoption.c1706 nulled_out = g_newa (gboolean, arg_length); in g_option_context_parse()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt832 g_newa
/external/bluetooth/glib/
DChangeLog.pre-2-0911 * glib/galloca.h (g_newa): provide g_newa(ctype, count) on top of