Home
last modified time | relevance | path

Searched defs:g_slice_new (Results 1 – 11 of 11) sorted by path

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A Dipatch_priv.h78 #define g_slice_new(type) g_new (type, 1) macro
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/gnulib-local/lib/
H A Dglibconfig.in.h186 #define g_slice_new(t) XMALLOC (t) macro
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/
H A Dglibconfig.in.h186 #define g_slice_new(t) XMALLOC (t) macro
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/gnulib-local/lib/
H A Dglibconfig.in.h186 #define g_slice_new(t) XMALLOC (t) macro
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/
H A Dglibconfig.in.h186 #define g_slice_new(t) XMALLOC (t) macro
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/gnulib-local/lib/
H A Dglibconfig.in.h186 #define g_slice_new(t) XMALLOC (t) macro
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/
H A Dglibconfig.in.h186 #define g_slice_new(t) XMALLOC (t) macro
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgslice.h46 #define g_slice_new(type) ((type*) g_slice_alloc (sizeof (type))) macro
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgslice.h42 #define g_slice_new(type) ((type*) g_slice_alloc (sizeof (type))) macro
/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dglib-mem.h22 #define g_slice_new(type) g_new(type, 1) macro
/dports/net-im/pidgin-fetion/fetion-0.98.5.2/src/
H A Dinternal.h173 # define g_slice_new(type) g_new(type, 1) macro