Go to the source code of this file.
◆ g_atomic_rc_box_new
Definition at line 72 of file grcbox.h.
72#define g_atomic_rc_box_new(type) \
73 ((type *) g_atomic_rc_box_alloc (sizeof (type)))
◆ g_atomic_rc_box_new0
Definition at line 74 of file grcbox.h.
74#define g_atomic_rc_box_new0(type) \
75 ((type *) g_atomic_rc_box_alloc0 (sizeof (type)))
◆ g_rc_box_new
#define g_rc_box_new |
( |
| type | ) |
((type *) g_rc_box_alloc (sizeof (type))) |
Definition at line 68 of file grcbox.h.
68#define g_rc_box_new(type) \
69 ((type *) g_rc_box_alloc (sizeof (type)))
◆ g_rc_box_new0
Definition at line 70 of file grcbox.h.
70#define g_rc_box_new0(type) \
71 ((type *) g_rc_box_alloc0 (sizeof (type)))
◆ g_atomic_rc_box_acquire()
◆ g_atomic_rc_box_alloc()
◆ g_atomic_rc_box_alloc0()
◆ g_atomic_rc_box_dup()
◆ g_atomic_rc_box_get_size()
◆ g_atomic_rc_box_release()
◆ g_atomic_rc_box_release_full()
◆ g_rc_box_acquire()
◆ g_rc_box_alloc()
◆ g_rc_box_alloc0()
◆ g_rc_box_dup()
◆ g_rc_box_get_size()
◆ g_rc_box_release()
◆ g_rc_box_release_full()