MemoryChunk.print

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.

  1. void print()
    class MemoryChunk
    version(Tango)
    void
    print
    ()
  2. void print()
  3. void print()

Meta