When using instruments to debug memory allocation, you can see how much an allocation is using, its address in memory, etc. My question is: is there any way to know which variable/object in your code corresponds to that memory allocation, inside instruments?
thanks for any help.