API Version: 2.0
Library Version: 2.72
gpointer g_atomic_rc_box_alloc ( gsize block_size )
Allocates block_size bytes of memory, and adds atomic reference counting semantics to it.
block_size
The data will be freed when its reference count drops to zero.
The allocated data is guaranteed to be suitably aligned for any built-in type.
gsize
The size of the allocation, must be greater than 0
gpointer
A pointer to the allocated memory.