|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITrace | |
---|---|
com.jrockit.memleak | Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine |
com.jrockit.memleak.mlp | |
com.jrockit.memleak.util | |
com.jrockit.memleak.value |
Uses of ITrace in com.jrockit.memleak |
---|
Methods in com.jrockit.memleak that return ITrace | |
---|---|
ITrace |
IMemleakValueFactory.createTrace(int count,
ILocation[] stack)
Create ITrace value object. |
Methods in com.jrockit.memleak with parameters of type ITrace | |
---|---|
void |
AllocTraceCallback.receiveAllocTraces(ITrace[] traces)
Interface called upon receiving allocation traces. |
Uses of ITrace in com.jrockit.memleak.mlp |
---|
Methods in com.jrockit.memleak.mlp that return ITrace | |
---|---|
protected ITrace[] |
MemLeakR28.parseAllocTraces(java.io.DataInputStream dis)
|
protected ITrace[] |
MemLeakR26.parseAllocTraces(java.io.DataInputStream dis)
|
protected abstract ITrace[] |
AbstractMemLeak.parseAllocTraces(java.io.DataInputStream dis)
|
Uses of ITrace in com.jrockit.memleak.util |
---|
Methods in com.jrockit.memleak.util that return ITrace | |
---|---|
ITrace |
DelegatingValueFactory.createTrace(int count,
ILocation[] stack)
|
Uses of ITrace in com.jrockit.memleak.value |
---|
Classes in com.jrockit.memleak.value that implement ITrace | |
---|---|
class |
Trace
Represents an allocation stack trace, including invocation count. |
Methods in com.jrockit.memleak.value that return ITrace | |
---|---|
ITrace |
ValueFactory.createTrace(int count,
ILocation[] stack)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |