There was a blog post ( <https://blog.jetbrains.co...
# kotlin-native
n
There was a blog post ( https://blog.jetbrains.com/kotlin/2021/08/try-the-new-kotlin-native-memory-manager-development-preview/ ) published on the preview version of Kotlin Native's Memory Manager (new memory model?), and a related document in the Kotlin repo ( https://github.com/JetBrains/kotlin/blob/1d5501c047f8feb89e2f86356de8a62c6367ef13/kotlin-native/NEW_MM.md ). I have some questions about the new Memory Manager: 1. Is the Memory Manager only for Mobile development uses cases? 2. What will be the standard way to diagnose memory management issues (including ones related to C interop)? 3. What will replace the redundant debugging tools (valgrind, gdb, lldb etc)?