Custom (pool) allocator with boost shared_ptr
Posted
by myahya
on Stack Overflow
See other posts from Stack Overflow
or by myahya
Published on 2010-05-26T08:14:25Z
Indexed on
2010/05/26
8:21 UTC
Read the original article
Hit count: 186
I want objects managed by a shared_ptr to be allocated from a pool, say Boost's Pool interface, how can this be achieved?
© Stack Overflow or respective owner