Package shark
Types
Link copied to clipboard
A HeapGraph that should be closed after being used.
Link copied to clipboard
In memory store that can be used to store objects in a given HeapGraph instance. This is a simple MutableMap of String to Any, but with unsafe generics access.
Link copied to clipboard
class HeapField( val declaringClass: HeapObject.HeapClass, val name: String, val value: HeapValue)
Content copied to clipboard
Represents a static field or an instance field.
Link copied to clipboard
An object in the heap dump.
Link copied to clipboard
A HeapGraph that reads from an Hprof file indexed by HprofIndex.
Link copied to clipboard
An index on a Hprof file. See openHeapGraph.