On Wednesday, 11 November 2020 at 22:10:38 UTC, WhatMeWorry wrote:
Also, where is the memory, that new allocates?
It is in the executable's static data block, just like if you declared a static array in the global space.
I think this is D specific but I'm not sure about that.