
9 Aug
2005
9 Aug
'05
7:43 p.m.
Peter Dimov wrote:
Out of curiosity, why do you need to use a custom allocator? To find leaks, for performance reasons, or because of tight memory requirements (embedded systems)?
boost pool allocators would be a great example. They are really useful, and it's a pity that I cannot use them with shared_ptr. Andrey