Searched refs:g_slice_copy (Results 1 – 8 of 8) sorted by relevance
39 gpointer g_slice_copy (gsize block_size,62 (1 ? (type*) g_slice_copy (sizeof (type), (mem)) \
840 g_slice_copy (gsize mem_size, in g_slice_copy() function
1778 #undef g_slice_copy 1779 extern __typeof (g_slice_copy) g_slice_copy __attribute((alias("IA__g_slice_copy"), visibility("def…
1771 extern __typeof (g_slice_copy) IA__g_slice_copy __attribute((visibility("hidden"))) G_GNUC_MALLOC;1772 #define g_slice_copy IA__g_slice_copy macro
1774 g_slice_copy
173 * glib/gslice.[ch]: make g_slice_copy() take a gconstpointer529 * glib/gslice.[ch] added g_slice_copy() and g_slice_dup() (#442029).
1480 * glib/gslice.h (g_slice_copy): Apply type casts needed
1119 * glib/tmpl/memory_slices.sgml: document g_slice_copy() and