On Thu, 2004-01-08 at 03:21, Sander Striker wrote:
> On Thu, 2004-01-08 at 02:46, Dipak Patel wrote:
> > This is the third time I'm asking this question. Can anyone please
> > tell me how to use some built in feature of the apr memory pool module
> > to move a sub-pool to under another pool? Our software makes use this
> > type of feature to pass messages from on layer to another where each
> > layer has its own pool. We simply want to take the entire sub-pool and
> > assign it to a new parent.
> 
> Doable.  Should be a fairly tiny patch to make this possible.

Oh, except ofcourse when you are going to take allocators into account.
I'm not so sure you want to have memore be allocated from one allocator
and freed to another...  So you would need to restrict that.

Sander

Reply via email to