Can I measure how much memory is used in total, grouped by type?
drathier via Digitalmars-d-learn Sun, 11 Oct 2020 14:00:36 -0700
I think I'm using way to much memory for pointers, so I'd like to
see how much of my memory usage is taken up by pointers. I've
calculated the answer, but I wonder if the compiler/runtime could
do it for me, to get a faster and more exact number?
- Can I measure how much memory is used in ... drathier via Digitalmars-d-learn
- Re: Can I measure how much memory is... drathier via Digitalmars-d-learn