j
k
j a
j l
Dmitry Ivankov wrote:
Can I use boost::pool to allocate arrays of different sizes? In particular char arrays.
No. The very design of the simple segregated storage Boost.Pool uses requires that all allocated blocks are the same size. Sebastian Redl
Back to the thread
Back to the list