Function
EDataServermemchunk_alloc
Declaration [src]
gpointer
e_memchunk_alloc (
EMemChunk* memchunk
)
Description [src]
Allocate a new atom size block of memory from an EMemChunk.
Free the returned atom with e_memchunk_free().
This function is not directly available to language bindings.
Parameters
memchunk-
Type:
EMemChunkAn
EMemChunk.The data is owned by the caller of the function.