MemoryChunk.free

Warning g_mem_chunk_free has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_free1() instead Frees an atom in a GMemChunk. This should only be called if the GMemChunk was created with G_ALLOC_AND_FREE. Otherwise it will simply return.

class MemoryChunk
void
free
(
void* mem
)

Parameters

mem void*

a pointer to the atom to free.

Meta