Files
swift-mirror/stdlib/public/runtime
Michael Gottesman 68e2e708d0 [runtime] Add a dumping method to HeapObject when asserts are enabled.
Given any heap object, this method dumps:

* The pointer address of the heap object.
* The pointer address of the heap metadata of the object.
* The strong reference count.
* The unowned reference count.
* The weak reference count.
* Whether or not the value is in the deinit state.
* Whether or not the heap object uses swift_retain or objc_retain.
* The address of the object's side table if one exists.

This makes it really easy when debugging quickly to get all of the information
that you could possibly need from a HeapObject.
2018-02-07 11:54:48 -08:00
..
2017-10-31 17:29:29 -07:00
2017-01-06 16:41:22 +01:00
2017-01-17 02:31:16 +09:00
2017-04-20 08:53:20 -07:00
2017-01-06 16:41:22 +01:00
2017-09-17 18:41:10 -07:00