Home
last modified time | relevance | path

Searched refs:G_GNUC_ALLOC_SIZE (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgslice.h37 gpointer g_slice_alloc (gsize block_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
38 gpointer g_slice_alloc0 (gsize block_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
40 … gconstpointer mem_block) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
Dgmem.h51 gpointer g_malloc (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
52 gpointer g_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
56 gpointer g_try_malloc (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
57 gpointer g_try_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
Dgmacros.h71 #define G_GNUC_ALLOC_SIZE(x) __attribute__((__alloc_size__(x))) macro
74 #define G_GNUC_ALLOC_SIZE(x) macro
Dgstrfuncs.h221 guint byte_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(2);
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt331 G_GNUC_ALLOC_SIZE
/external/bluetooth/glib/
DNEWS752 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
/external/bluetooth/glib/docs/reference/
DChangeLog622 * glib/tmpl/macros-misc.sgml: Document G_GNUC_ALLOC_SIZE