Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.util.memory |
Modifier and Type | Method and Description |
---|---|
long |
CellRevisionConn0.getConnectivityMemorySize(ObjSize objSize,
boolean restore)
Compute memory consumption
|
long |
CellRevisionConn.getConnectivityMemorySize(ObjSize objSize,
boolean restore)
Compute memory consumption
|
abstract long |
CellRevision.getConnectivityMemorySize(ObjSize objSize,
boolean restore)
Compute memory consumption
|
long |
CellRevision.getOldConnectivityMemorySize(ObjSize objSize)
Compute memory consumption of old connectivity structurs.
|
Modifier and Type | Method and Description |
---|---|
static ObjSize |
ObjSize.current()
Returns ObjSize for this JVM.
|
static ObjSize |
ObjSize.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjSize[] |
ObjSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|