I have some memory leaks in my project, it seems like a closure or cycle reference issue, but I only have memory address.
How can I find certain function or closer that causes memory leaky by memory address?
---------Update ---------
Thanks to @DarkDust, the info of memory address is under inspector tab.