Searched defs:g_new (Results 1 – 2 of 2) sorted by relevance
290 #define g_new(struct_type, n_structs) _G_NEW (struct_type, n_structs, malloc) macro
147 #define g_new(t,n) ((t *) xnmalloc (n, sizeof (t))) macro