Avoiding GC

Edwin van Leeuwen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 26 03:29:05 PDT 2016


On Wednesday, 26 October 2016 at 08:18:07 UTC, hardreset wrote:
> Is there a page somewhere on how to program D without using the 
> GC? How do I allocate / free structs / classes on the heap 
> manually? New would be GCed memeory wouldnt it? Delete is being 
> depreciated?
>
> thanks.

There is the following:
https://wiki.dlang.org/Memory_Management


More information about the Digitalmars-d-learn mailing list