The app hanging after reach 1750MB of RAM

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Apr 18 06:28:57 PDT 2017


Also I can't understand why app take so much memory? I checked 
array of structures size with this code:

auto mymem = cargpspoints.length * 
typeof(cargpspoints[0]).sizeof;			
writeln(mymem);

And it's print: 16963440
it's about 16MB...

What is takes all other memory?


More information about the Digitalmars-d-learn mailing list