Home
last modified time | relevance | path

Searched refs:g_slice_copy (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgslice.h39 gpointer g_slice_copy (gsize block_size,
62 (1 ? (type*) g_slice_copy (sizeof (type), (mem)) \
Dgslice.c840 g_slice_copy (gsize mem_size, in g_slice_copy() function
Dgaliasdef.c1778 #undef g_slice_copy
1779 extern __typeof (g_slice_copy) g_slice_copy __attribute((alias("IA__g_slice_copy"), visibility("def…
Dgalias.h1771 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
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1774 g_slice_copy
/external/bluetooth/glib/
DChangeLog.pre-2-14173 * glib/gslice.[ch]: make g_slice_copy() take a gconstpointer
529 * glib/gslice.[ch] added g_slice_copy() and g_slice_dup() (#442029).
DChangeLog.pre-2-181480 * glib/gslice.h (g_slice_copy): Apply type casts needed
/external/bluetooth/glib/docs/reference/
DChangeLog1119 * glib/tmpl/memory_slices.sgml: document g_slice_copy() and