Home | History | Annotate | Download | only in tests

Lines Matching defs:mem_chunk

1509   GMemChunk *mem_chunk = g_mem_chunk_new ("test mem chunk", 50, 100, G_ALLOC_AND_FREE);
1515 mem[i] = g_chunk_new (gchar, mem_chunk);
1520 g_mem_chunk_free (mem_chunk, mem[i]);