Function

GLibaligned_free

since: 2.72

Declaration

void
g_aligned_free (
  gpointer mem
)

Description

Frees the memory allocated by g_aligned_alloc().

Available since: 2.72

Parameters

mem

Type: gpointer

The memory to deallocate.

The argument can be NULL.
The data is owned by the caller of the function.