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?

Reply via email to