<p><br>
On May 9, 2012 12:53 PM, "Gor Gyolchanyan" <<a href="mailto:gor.f.gyolchanyan@gmail.com">gor.f.gyolchanyan@gmail.com</a>> wrote:<br>
> Wouldn't it make more sense for GC to ignore second deallocation?<br>
> If this was the case, data, which is know to become garbage would be<br>
> deallocated right away.<br>
> On the other hand, I might as well use std.c.stdlib.realloc for these cases.</p>
<p>No, because then the GC could never give out that same location in memory again.</p>