How to use D without the GC ?

Vinod K Chandran kcvinu82 at gmail.com
Wed Jun 12 17:02:56 UTC 2024


On Wednesday, 12 June 2024 at 15:21:22 UTC, bachmeier wrote:
>
> You're splitting things into GC-allocated memory and manually 
> managed memory. There's also SafeRefCounted, which handles the 
> malloc and free for you.
>
Thanks, I have read about the possibilities of "using malloc and 
free from D" in some other post. I think I should need to check 
that.



More information about the Digitalmars-d-learn mailing list