Function Macro
GLibslice_free
since: 2.10
Description
A convenience macro to free a block of memory that has been allocated from the slice allocator.
It calls g_slice_free1()
using sizeof (type)
as the block size.
Note that the exact release behaviour can be changed with the
[G_DEBUG=gc-friendly
][G_DEBUG] environment variable, also see
[G_SLICE
][G_SLICE] for related debugging options.
If mem
is NULL
, this macro does nothing.
Available since: 2.10
This function is not directly available to language bindings.