|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IArraySizeInfo | |
---|---|
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 IArraySizeInfo in com.jrockit.memleak |
---|
Fields in com.jrockit.memleak declared as IArraySizeInfo | |
---|---|
static IArraySizeInfo[] |
IArraySizeInfo.EMPTY_ARRAY
An empty IArraySizeInfo array. |
Methods in com.jrockit.memleak that return IArraySizeInfo | |
---|---|
IArraySizeInfo |
IMemleakValueFactory.createArraySizeInfo(IArrayInfo arrayInfo,
long size)
Create IArraySizeInfo value object. |
Methods in com.jrockit.memleak that return types with arguments of type IArraySizeInfo | |
---|---|
ITruncatable<IArraySizeInfo> |
IMemLeak.getLargestArrays(ITypeSpecifier type)
Get the 10 largest arrays on the heap. |
ITruncatable<IArraySizeInfo> |
IMemLeak.getLargestArrays(java.lang.String type)
Get the 10 largest arrays on the heap. |
Uses of IArraySizeInfo in com.jrockit.memleak.mlp |
---|
Methods in com.jrockit.memleak.mlp that return IArraySizeInfo | |
---|---|
protected IArraySizeInfo[] |
MemLeakR28.LargestArrayR28.parseResponse(java.io.DataInputStream dis)
|
protected IArraySizeInfo[] |
MemLeakR26.LargestArrayR26.parseResponse(java.io.DataInputStream dis)
|
Methods in com.jrockit.memleak.mlp that return types with arguments of type IArraySizeInfo | |
---|---|
ITruncatable<IArraySizeInfo> |
MemLeakR28.getLargestArrays(ITypeSpecifier type)
|
ITruncatable<IArraySizeInfo> |
MemLeakR26.getLargestArrays(ITypeSpecifier type)
|
Uses of IArraySizeInfo in com.jrockit.memleak.util |
---|
Methods in com.jrockit.memleak.util that return IArraySizeInfo | |
---|---|
IArraySizeInfo |
DelegatingValueFactory.createArraySizeInfo(IArrayInfo arrayInfo,
long size)
|
Methods in com.jrockit.memleak.util that return types with arguments of type IArraySizeInfo | |
---|---|
ITruncatable<IArraySizeInfo> |
MemLeakAdapter.getLargestArrays(ITypeSpecifier type)
|
ITruncatable<IArraySizeInfo> |
MemLeakAdapter.getLargestArrays(java.lang.String type)
|
Uses of IArraySizeInfo in com.jrockit.memleak.value |
---|
Classes in com.jrockit.memleak.value that implement IArraySizeInfo | |
---|---|
class |
ArraySizeInfo
Holds information about arrays on the heap and their sizes. |
Methods in com.jrockit.memleak.value that return IArraySizeInfo | |
---|---|
IArraySizeInfo |
ValueFactory.createArraySizeInfo(IArrayInfo arrayInfo,
long size)
|
Methods in com.jrockit.memleak.value with parameters of type IArraySizeInfo | |
---|---|
int |
ArraySizeInfo.compareTo(IArraySizeInfo sizeInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |