C (260/304)

From:Allan Odgaard
Date:30 Aug 2000 at 16:30:19
Subject:Re: Freeing list with Classact

On 30-Aug-00, Rod Schnell wrote:

> if (pool1 = CreatePool(MEMF_CLEAR | MEMF_ANY | MEMF_PUBLIC,
> 8192,512))

MEMF_PUBLIC excludes MEMF_ANY.

Btw: with regard to speeding up FreePooled() then it also helps to
increase the puddle size. This will give a bigger potential spill, but
if the listbrowser is likely to contain 4-500 KB's of nodes then I'd
increase the puddlesize to 50-100 KB.

Regards Allan