class HeapLeak::Heap
- HeapLeak::Heap
- Reference
- Object
Defined in:
heap_process.crConstructors
Instance Method Summary
- #back_refs : Hash(Int64, Array(Int64))
- #fill_backref(addr, short_obj)
-
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
- #keep_common!(other_heap)
- #load(io)
- #mark_distance_and_visibility(sample_addresses : Array(HEAP_ADDRESS), distance_limit = 10)
- #objects : Hash(Int64, HeapLeak::ShortHeapObject)
- #remove_objects!(other_heap)
- #type_of(addr : HEAP_ADDRESS)
- #types : Hash(Int64, String)
Constructor Detail
Instance Method Detail
def inspect
#
Description copied from class Object
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
This method should usually not be overridden. It delegates to
#inspect(IO) which can be overridden for custom implementations.
Also see #to_s.