Miscellaneous memory management questions

Peter Alexander peter.alexander.au at gmail.com
Thu Sep 2 00:01:01 PDT 2010


Hi,

I've not been staying up to date on the new/delete discussions and 
related memory management issues, so I have a few questions.

1. How do I disable the GC?

2. Can I override new?

3. Is the best (only?) way to do manual memory management to use scoped 
and emplace in conjunction with malloc and free?

4. Any plans for allocators?

5. Does Phobos rely on a GC?

Thanks


More information about the Digitalmars-d mailing list