question as to when a new command gets executed

Adam D. Ruppe destructionator at gmail.com
Wed Nov 11 22:17:34 UTC 2020


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.


More information about the Digitalmars-d-learn mailing list