Searched refs:g_newa (Results 1 – 4 of 4) sorted by relevance
61 #define g_newa(struct_type, n_structs) ((struct_type*) g_alloca (sizeof (struct_type) * (gsize) (n_… macro
1706 nulled_out = g_newa (gboolean, arg_length); in g_option_context_parse()
832 g_newa
911 * glib/galloca.h (g_newa): provide g_newa(ctype, count) on top of