//leakcanary-repo/shark/GcRoot/MonitorUsed
MonitorUsed¶
[jvm]\ class MonitorUsed(val id: Long) : GcRoot
Everything that called the wait() or notify() methods, or that is synchronized.
Constructors¶
MonitorUsed | [jvm] constructor(id: Long) |
//leakcanary-repo/shark/GcRoot/MonitorUsed
[jvm]\ class MonitorUsed(val id: Long) : GcRoot
Everything that called the wait() or notify() methods, or that is synchronized.
MonitorUsed | [jvm] constructor(id: Long) |