Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Memory.Manager
Interface GCConstants  view GCConstants download GCConstants.java

All Known Implementing Classes:
CollectorThread, MarkAndSweep

public interface GCConstants

Version:
$Id: GCConstants.java,v 1.2 2003/05/12 10:05:19 joewhaley Exp $

Field Summary
static int GC_BLOCKSIZE
           
static int GC_MAX_SMALL_SIZE
           
static int GC_SIZES
           
static int[] GC_SIZEVALUES
           
static int LOG_GC_BLOCKSIZE
           
 

Field Detail

GC_SIZEVALUES

public static final int[] GC_SIZEVALUES

GC_SIZES

public static final int GC_SIZES

GC_MAX_SMALL_SIZE

public static final int GC_MAX_SMALL_SIZE

LOG_GC_BLOCKSIZE

public static final int LOG_GC_BLOCKSIZE
See Also:
Constant Field Values

GC_BLOCKSIZE

public static final int GC_BLOCKSIZE
See Also:
Constant Field Values