Function
GLibMemChunknew
Declaration [src]
GMemChunk*
g_mem_chunk_new (
  const gchar* name,
  gint atom_size,
  gsize area_size,
  gint type
)
Parameters
- name
- 
            Type: const gchar*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- atom_size
- 
            Type: gintNo description available. 
- area_size
- 
            Type: gsizeNo description available. 
- type
- 
            Type: gintNo description available. 
Return value
Type: GMemChunk
No description available.
| The data is owned by the called function. |