private static class SynchronizedRecorder.Unallocation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private long |
size
The size of the freed object.
|
private long |
tag
The identification of the object to be freed, e.g. its
memory address.
|
| Modifier | Constructor and Description |
|---|---|
private |
Unallocation(long tag,
long size)
Creates an unallocation information.
|