Re: Custom Allocators

2012-04-03 Thread Timon Gehr
management, but how does this affect D and the way allocators are integrated into the language? Custom allocators are important for performance optimization. Manual memory management is already possible and does not require language changes. - How are allocators supposed to work with the GC? I know

Custom Allocators

2012-04-02 Thread James Miller
allocators are integrated into the language? - How are allocators supposed to work with the GC? I know that you can manually allocate memory and add the range to the GC, but why do you have to do this? - I've read that custom allocators aren't implemented, but I see references to using new