Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgslice.h46 #define g_slice_new(type) ((type*) g_slice_alloc (sizeof (type))) macro
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h186 #define g_slice_new(t) XMALLOC (t) macro