Function

Gcrsecure_memory_free

Declaration [src]

void
gcr_secure_memory_free (
  gpointer memory
)

Description [src]

Free a block of non-pageable memory.

Glib memory is also freed correctly when passed to this function. If called with a NULL pointer then no action is taken.

Parameters

memory gpointer
 

Pointer to the beginning of the block of memory to free.