Warning
g_mem_chunk_print has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice
allocator instead
Outputs debugging information for a GMemChunk.
It outputs the name of the GMemChunk (set with g_mem_chunk_new()),
the number of bytes used, and the number of blocks of memory allocated.
Warning g_mem_chunk_print has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead Outputs debugging information for a GMemChunk. It outputs the name of the GMemChunk (set with g_mem_chunk_new()), the number of bytes used, and the number of blocks of memory allocated.