> From: Mladen Turk [mailto:[EMAIL PROTECTED]
> Sent: 19 December 2001 17:42

> Hi,
> 
> This is an attempt to make a virtual memory space inside the pool.
> 
> MT.

I have a patch to add apr_prealloc and apr_pfree to pools.  These
will cause some slowdown though*, so I don't know if they're worth
it.  I'll post them for inspection.

This patch might be an alternative, but I don't really like that you
have to specify how big your chunk of mem is going to be in total.
Led me to think: why don't you just alloc the chunk and use it.
Maybe I'm missing something though,

Sander

*) Which I think we want to avoid.

Reply via email to