HomeSort by relevance Sort by last modified time
    Searched refs:G_GNUC_ALLOC_SIZE (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/glib/
gslice.h 37 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);
gmem.h 51 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);
gmacros.h 71 #define G_GNUC_ALLOC_SIZE(x) __attribute__((__alloc_size__(x)))
74 #define G_GNUC_ALLOC_SIZE(x)
gstrfuncs.h 221 guint byte_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(2);

Completed in 93 milliseconds