|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AllocTraceCallback | |
|---|---|
| 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 | |
| Uses of AllocTraceCallback in com.jrockit.memleak |
|---|
| Methods in com.jrockit.memleak with parameters of type AllocTraceCallback | |
|---|---|
void |
IMemLeak.enableAllocTracesForClass(ITypeSpecifier type,
int bufferSize,
int interval,
AllocTraceCallback callback)
Enable traces for allocations of a certain type. |
void |
IMemLeak.enableAllocTracesForClass(java.lang.String type,
int bufferSize,
int interval,
AllocTraceCallback callback)
Enable traces for allocations of a certain type. |
| Uses of AllocTraceCallback in com.jrockit.memleak.mlp |
|---|
| Methods in com.jrockit.memleak.mlp that return AllocTraceCallback | |
|---|---|
AllocTraceCallback |
AbstractMemLeak.AsyncCallbackThread.getAllocTraceCallback()
Returns the allocation trace callback. |
| Methods in com.jrockit.memleak.mlp with parameters of type AllocTraceCallback | |
|---|---|
void |
AbstractMemLeak.enableAllocTracesForClass(ITypeSpecifier type,
int bufferSize,
int interval,
AllocTraceCallback callback)
|
void |
AbstractMemLeak.AsyncCallbackThread.setAllocTraceCallback(AllocTraceCallback atc)
Sets the allocation trace callback. |
| Uses of AllocTraceCallback in com.jrockit.memleak.util |
|---|
| Methods in com.jrockit.memleak.util with parameters of type AllocTraceCallback | |
|---|---|
void |
MemLeakAdapter.enableAllocTracesForClass(ITypeSpecifier type,
int bufferSize,
int interval,
AllocTraceCallback callback)
|
void |
MemLeakAdapter.enableAllocTracesForClass(java.lang.String type,
int bufferSize,
int interval,
AllocTraceCallback callback)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||