Syntax for heap allocated void initialized arrays

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Sat Sep 21 07:28:55 PDT 2013


On 21/09/13 16:23, bearophile wrote:
> I think that's sufficiently safe. If the GC run before you have initialized
> those fields, and some of those fields are references/pointers, that could cause
> memory leaks until the next time the GC runs.

Thanks for clarifying where un vs. minimally matters -- I'd been wondering that 
myself after our discussion on D.announce.


More information about the Digitalmars-d-learn mailing list