index Zimbu documentation

MODULE GC @directory

summary

     

Items built into the compiler

CLASS  Info @public  Information about a round of garbage collection.
 
list<GC.Info>  runInfo @public 
 
run() @public  Run the garbage collector with default settings.
getRunInfo() list<GC.Info> @public  Return a list with information about previous garbage collection runs.
writeRunInfo(writer) @public  Write information about previous garbage collection runs to writer.
 

members (alphabetically)

     

list<GC.Info> runInfo @public

FUNC getRunInfo() list<GC.Info> @public

     

Return a list with information about previous garbage collection runs.

PROC run() @public

     

Run the garbage collector with default settings.

PROC writeRunInfo(IO.I_Writer writer) @public

     

Write information about previous garbage collection runs to writer.

license

      Copyright 2010 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0