MemoryChunk.alloc

Warning g_mem_chunk_alloc has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_alloc() instead Allocates an atom of memory from a GMemChunk.

class MemoryChunk
void*
alloc
()

Return Value

Type: void*

a pointer to the allocated atom.

Meta