Quantcast
Channel: How to get the memory location of a variable in Elixir? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by zxq9 for How to get the memory location of a variable in Elixir?

TL;DR:No, you cannot get the memory location of a variable.DiscussionIn principle everything is copied. Every process has its own heap. And that's just the way things are.In reality there are a few...

View Article



How to get the memory location of a variable in Elixir?

A fact that we know about Elixir is that data structures that lives in memory are immutable, and variables are just pointers to those data structures.Is there a way for us to get the memory address of...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images