On Sun, 11 Sep 2011 19:51:02 +0300, dsimcha <[email protected]> wrote:
https://github.com/dsimcha/TempAlloc/tree/master/std/allocators
I'm thinking of adjusting std.zlib functions/classes to take an optional allocator parameter (since currently its heap allocations are a huge target for false pointers). What should the default allocator be? Perhaps std.allocators.gc should have a static default GCAllocator instance?
-- Best regards, Vladimir mailto:[email protected]
