Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgrcbox.h35 … 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);
Dgslice.h33 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);
Dgmem.h83 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);
Dgstrfuncs.h266 guint byte_size) G_GNUC_ALLOC_SIZE(2);
270 gsize byte_size) G_GNUC_ALLOC_SIZE(2);
Dgmacros.h324 #define G_GNUC_ALLOC_SIZE(x) __attribute__((__alloc_size__(x))) macro
327 #define G_GNUC_ALLOC_SIZE(x) macro
/third_party/glib/docs/reference/glib/
Dglib-sections.txt677 G_GNUC_ALLOC_SIZE
/third_party/glib/
DNEWS11093 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size