MemoryChunk.alloc0

Warning g_mem_chunk_alloc0 has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_alloc0() instead Allocates an atom of memory from a GMemChunk, setting the memory to 0.

class MemoryChunk
void*
alloc0
()

Return Value

Type: void*

a pointer to the allocated atom.

Meta