public singleton Environment
| Modifier and Type | Property |
|---|---|
get IntNumber |
ProcessorCount()
|
get ProcessorType |
ProcessorType()
|
public class GCHeapInfo
| Modifier and Type | Field |
|---|---|
UIntNumber |
allocated
|
UIntNumber |
free
|
public singleton GCManager
| Modifier and Type | Method |
|---|---|
GCStatistics |
calcStatistics()
|
|
collectFull()
|
|
collectMinor()
|
|
resetStatistics()
|
public class GCStatistics
| Modifier and Type | Field |
|---|---|
GCHeapInfo |
ygInfo
|
GCHeapInfo |
mgInfo
|
GCHeapInfo |
permInfo
|
UIntNumber |
minorCollections
|
UIntNumber |
majorCollections
|
public class Package
| Modifier and Type | Constructor / Static Method |
|---|---|
Package |
constructor(UnsafePointer packagePtr)
|
public singleton PermVectorTable
| Modifier and Type | Method |
|---|---|
UnsafePointer |
allocate(Object obj)
|
BoolValue |
rearrange()
|
|
release(Object obj)
|
public class ProcessorType
| Modifier and Type | Field |
|---|---|
IntNumber |
_value
|