34 return Environment.ProcessorCount;
40 return 10 * 1024 * 1024;
46 return GC.GetTotalMemory(
false) +
freeMemory(thisRuntime);
52 return Int64.MaxValue;
55 public static void gc(
object thisRuntime)
70 GC.WaitForPendingFinalizers();
static long maxMemory(object thisRuntime)
static void runFinalization0()
static void traceMethodCalls(object thisRuntime, bool on)
static void traceInstructions(object thisRuntime, bool on)
static int availableProcessors(object thisRuntime)
static long freeMemory(object thisRuntime)
static long totalMemory(object thisRuntime)
static void gc(object thisRuntime)