Function
GLibatomic_rc_box_get_size
since: 2.58
Declaration [src]
gsize
g_atomic_rc_box_get_size(
gpointermem_block
)
Description [src]
Retrieves the size of the reference counted data pointed by mem_block.
Available since: 2.58
Parameters
mem_block-
Type:
gpointerA pointer to reference counted data.
The data is owned by the caller of the function.
Return value
Type: gsize
The size of the data, in bytes.