DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(glib.info.gz) Memory

Info Catalog (glib.info.gz) Trees (glib.info.gz) Top (glib.info.gz) Timers
 
 Memory handling
 ***************
 
 Functions
 ---------
 
  - Function: gpointer g_malloc (gulong SIZE)
 
  - Function: gpointer g_malloc0 (gulong SIZE)
 
  - Function: gpointer g_realloc (gpointer MEM, gulong SIZE)
 
  - Function: void g_mem_profile (void)
 
  - Function: void g_mem_check (gpointer MEM)
 
  - Function: GMemChunk* g_mem_chunk_new (gchar *NAME, gint ATOM_SIZE,
           gulong AREA_SIZE, gint TYPE)
 
  - Function: void g_mem_chunk_destroy (GMemChunk *MEM_CHUNK)
 
  - Function: gpointer g_mem_chunk_alloc (GMemChunk *MEM_CHUNK)
 
  - Function: void g_mem_chunk_free (GMemChunk *MEM_CHUNK, gpointer MEM)
 
  - Function: void g_mem_chunk_clean (GMemChunk *MEM_CHUNK)
 
  - Function: void g_mem_chunk_reset (GMemChunk *MEM_CHUNK)
 
  - Function: void g_mem_chunk_print (GMemChunk *MEM_CHUNK)
 
  - Function: void g_mem_chunk_info (void)
 
  - Function: void g_blow_chunks (void)
      Not what you might be thinking, `g_blow_chunks()' simply
      compresses all the chunks. This operation consists of freeing
      every memory area that should be freed (but which we haven't
      gotten around to doing yet).
 
Info Catalog (glib.info.gz) Trees (glib.info.gz) Top (glib.info.gz) Timers
automatically generated byinfo2html