Searched refs:G_GNUC_ALLOC_SIZE (Results 1 – 7 of 7) sorted by relevance
35 … g_rc_box_alloc (gsize block_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);37 … g_rc_box_alloc0 (gsize block_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);40 gconstpointer mem_block) G_GNUC_ALLOC_SIZE(1);53 … g_atomic_rc_box_alloc (gsize block_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);55 … g_atomic_rc_box_alloc0 (gsize block_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);58 gconstpointer mem_block) G_GNUC_ALLOC_SIZE(1);
33 gpointer g_slice_alloc (gsize block_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);35 gpointer g_slice_alloc0 (gsize block_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);38 gconstpointer mem_block) G_GNUC_ALLOC_SIZE(1);
83 gpointer g_malloc (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);85 gpointer g_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);90 gpointer g_try_malloc (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);92 gpointer g_try_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
266 guint byte_size) G_GNUC_ALLOC_SIZE(2);270 gsize byte_size) G_GNUC_ALLOC_SIZE(2);
324 #define G_GNUC_ALLOC_SIZE(x) __attribute__((__alloc_size__(x))) macro327 #define G_GNUC_ALLOC_SIZE(x) macro
677 G_GNUC_ALLOC_SIZE
11093 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size