← Docs
kotlin-stdlib / kotlin.native.runtime / GC / findCycle

findCycle

Native
1.3
fun findCycle ( root : Any ) : Array < Any > ?
(source)
Deprecated: No-op in modern GC implementation

Deprecated and unused. Always returns null.

Legacy MM: Find a reference cycle including from the given object, null if no cycles detected.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .