Re: Windows array allocation problem



Roy Lewallen wrote:

(snip)

All I need to know is how large an array I can reliably allocate. Surely there's some way to get this information in a 32 bit system.

It looks like HeapWalk gives the separate sizes of available memory
regions. That should avoid the effect of fragmentation.

-- glen

.