why allocators are not discussed here

Brad Anderson eco at gnuk.net
Fri Jun 28 17:58:25 PDT 2013


On Wednesday, 26 June 2013 at 13:16:25 UTC, Jason House wrote:
> Bloomberg released an STL alternative called BSL which contains 
> an alternate allocator model. In a nutshell object supporting 
> custom allocators can optionally take an allocator pointer as 
> an argument. Containers will save the pointer and use it for 
> all their allocations. It seems simple enough and does not 
> embed the allocator in the type.
>
> https://github.com/bloomberg/bsl/wiki/BDE-Allocator-model

There is also EASTL's (Electronic Arts version of STL for 
gamedev) take on allocators.

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2271.html#eastl_allocator


More information about the Digitalmars-d mailing list