Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmem.h290 #define g_new(struct_type, n_structs) _G_NEW (struct_type, n_structs, malloc) macro
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h147 #define g_new(t,n) ((t *) xnmalloc (n, sizeof (t))) macro