frysk.sys
Class GarbageCollect

java.lang.Object
  extended by frysk.sys.GarbageCollect

public class GarbageCollect
extends Object

Attempt to force a garbage collect.


Nested Class Summary
private static class GarbageCollect.Garbage
          Variable to flag that the garbage collector; or at least finalize was run.
 
Constructor Summary
GarbageCollect()
           
 
Method Summary
private static void leakMemory(int amount)
           
static boolean run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GarbageCollect

public GarbageCollect()
Method Detail

leakMemory

private static void leakMemory(int amount)

run

public static boolean run()