26 Feb
2010
26 Feb
'10
2:12 a.m.
AMDG Michael Kennard wrote:
Short version: I'm using the boost pool library for allocation of a linked list of small objects. Now I want to append one linked list onto the end of another. Thus I also want to combine the memory pools. I don't see this functionality in the interface documentation. Is there a way to easily combine two memory pools?
I don't think you can do this with pool. In Christ, Steven Watanabe