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: 168

Filed under:
|
|
|

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

Related posts about c++

Related posts about boost