Searched defs:g_new0 (Results 1 – 2 of 2) sorted by relevance
307 #define g_new0(struct_type, n_structs) _G_NEW (struct_type, n_structs, malloc0) macro
148 #define g_new0(t,n) ((t *) xcalloc (n, sizeof (t))) macro